Remove :focus and :hover rules from .navbar-toggle (#297)
fixes #268 :focus - #ddd color linger on desktop :hover - #ddd color linger on touchscreen aria-expanded="true" - set #ddd color when expanded
This commit is contained in:
parent
92d6504493
commit
a77474ac07
1 changed files with 11 additions and 0 deletions
11
css/main.css
11
css/main.css
|
@ -741,3 +741,14 @@ td.gutter {
|
|||
.gist, .gist-file table tr td {
|
||||
border: unset;
|
||||
}
|
||||
|
||||
/* fix .navbar-toggle */
|
||||
|
||||
.navbar-default button.navbar-toggle:focus,
|
||||
.navbar-default button.navbar-toggle:hover {
|
||||
background-color: initial;
|
||||
}
|
||||
|
||||
.navbar-default button.navbar-toggle[aria-expanded="true"] {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue