mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03: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