mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +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;
|
appearance: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.menu-control button:active,
|
||||||
|
.menu-control button:focus,
|
||||||
|
.menu-control select:active,
|
||||||
|
.menu-control select:focus{
|
||||||
|
outline-style: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.menu-control select {
|
.menu-control select {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
|
Loading…
Reference in a new issue