2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Restore hover text decoration on toc links

This commit is contained in:
Martijn Cuppens
2020-03-20 09:33:53 +01:00
parent 1e0575ced2
commit 39c11c6b3f
+2 -2
View File
@@ -1,4 +1,4 @@
// stylelint-disable selector-max-type, selector-max-combinators, selector-max-compound-selectors
// stylelint-disable selector-max-type, selector-max-compound-selectors
.bd-toc nav {
padding-top: .125em;
@@ -14,7 +14,7 @@
list-style-type: disc;
}
a {
a:not(:hover) {
text-decoration: none;
}