mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Restore hover text decoration on toc links
This commit is contained in:
parent
1e0575ced2
commit
39c11c6b3f
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
.bd-toc nav {
|
||||||
padding-top: .125em;
|
padding-top: .125em;
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a:not(:hover) {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue