mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 17:11:48 +02:00
Fix busted hover/focus on sidebar
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: rgba($white, .85);
|
||||
color: rgba($black, .85);
|
||||
text-decoration: none;
|
||||
background-color: rgba($bd-purple-bright, .1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user