mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix busted hover/focus on sidebar
This commit is contained in:
parent
3adcf3a954
commit
172d580db3
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: rgba($white, .85);
|
||||
color: rgba($black, .85);
|
||||
text-decoration: none;
|
||||
background-color: rgba($bd-purple-bright, .1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue