menu: add outline for controls #726

This commit is contained in:
Sören Weber 2023-12-04 16:30:42 +01:00
parent 829a097e18
commit edf50b44fe
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
3 changed files with 1 additions and 12 deletions

View file

@ -319,11 +319,6 @@
color: rgba( 255, 255, 255, 1 ); /* var(--MENU-SECTIONS-LINK-HOVER-color) */
}
#R-sidebar .menu-control button,
#R-sidebar .menu-control select{
outline-color: rgba( 255, 255, 255, 1 ); /* var(--MENU-SECTIONS-LINK-HOVER-color) */
}
#R-sidebar ul.enlarge > li.parent,
#R-sidebar ul.enlarge > li.active {
background-color: rgba( 0, 0, 0, .166 ); /* var(--MENU-SECTIONS-ACTIVE-BG-color) */

View file

@ -1628,8 +1628,6 @@ h6 a {
}
.menu-control .control-style {
border: 0;
border-radius: 0;
cursor: pointer;
height: 1.574em;
overflow: hidden;
@ -1660,6 +1658,7 @@ html[dir="rtl"] .menu-control span {
.menu-control button {
-webkit-appearance: none;
appearance: none;
outline: none;
width: 100%;
}
.menu-control button:active,

View file

@ -66,11 +66,6 @@ a:focus,
color: var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color);
}
#R-sidebar .menu-control button,
#R-sidebar .menu-control select{
outline-color: var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color);
}
#R-sidebar ul.enlarge > li.parent,
#R-sidebar ul.enlarge > li.active {
background-color: var(--INTERNAL-MENU-SECTIONS-ACTIVE-BG-color);