mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
menu: add outline to menu-controls on tab #726
This commit is contained in:
parent
1b0e888861
commit
f09c72acd8
1 changed files with 7 additions and 0 deletions
|
@ -1629,6 +1629,13 @@ html[dir="rtl"] .menu-control span {
|
|||
appearance: none;
|
||||
width: 100%;
|
||||
}
|
||||
.menu-control button:active,
|
||||
.menu-control button:focus,
|
||||
.menu-control select:active,
|
||||
.menu-control select:focus{
|
||||
outline-style: auto;
|
||||
}
|
||||
|
||||
.menu-control select {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
|
|
Loading…
Reference in a new issue