mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
add focus-state background for menu-items that reveal children
This commit is contained in:
parent
128b7d7101
commit
de6a56d826
@ -5,7 +5,7 @@
|
||||
|
||||
.pure-menu.pure-menu-open,
|
||||
.pure-menu.pure-menu-horizontal li .pure-menu-children {
|
||||
background: #ffffff; /* Old browsers */
|
||||
background: #fff; /* Old browsers */
|
||||
border: 1px solid #b7b7b7;
|
||||
}
|
||||
|
||||
@ -35,6 +35,10 @@
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Focus style for a dropdown menu-item when the parent has been opened */
|
||||
.pure-menu .pure-menu-open {
|
||||
background: #dedede;
|
||||
}
|
||||
|
||||
|
||||
/* HOVER STATES */
|
||||
|
Loading…
Reference in New Issue
Block a user