apply the shorter transition delay to toolbox when focused
This commit is contained in:
parent
4e6e77fc3c
commit
6d601a594f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ See the above repository for updates as well as full license text. */
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
#navigator-toolbox:hover{ transition-delay: 33ms !important }
|
||||
#navigator-toolbox:-moz-any(:hover,:focus-within){ transition-delay: 33ms !important }
|
||||
|
||||
#navigator-toolbox > *{ line-height: normal; pointer-events: auto }
|
||||
|
||||
|
|
Loading…
Reference in a new issue