mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 16:44:17 +02:00
Restore hover text decoration on toc links
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user