mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
a11y: add some outline to menu controls #838
This commit is contained in:
parent
12d3a91067
commit
0dde58adc3
1 changed files with 2 additions and 1 deletions
|
@ -1718,6 +1718,7 @@ html[dir="rtl"] .menu-control span {
|
||||||
.menu-control button {
|
.menu-control button {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
height: 1.33rem;
|
||||||
outline: none;
|
outline: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -1725,7 +1726,7 @@ html[dir="rtl"] .menu-control span {
|
||||||
.menu-control button:focus,
|
.menu-control button:focus,
|
||||||
.menu-control select:active,
|
.menu-control select:active,
|
||||||
.menu-control select:focus{
|
.menu-control select:focus{
|
||||||
outline-style: auto;
|
outline-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-control select {
|
.menu-control select {
|
||||||
|
|
Loading…
Reference in a new issue