mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
a11y: outline color for menu controls #581
This commit is contained in:
parent
75cdd546e0
commit
c69c5890a9
2 changed files with 10 additions and 0 deletions
|
@ -273,6 +273,11 @@
|
||||||
color: rgba( 255, 255, 255, 1 ); /* var(--MENU-SECTIONS-LINK-HOVER-color) */
|
color: rgba( 255, 255, 255, 1 ); /* var(--MENU-SECTIONS-LINK-HOVER-color) */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar .menu-control button,
|
||||||
|
#sidebar .menu-control select{
|
||||||
|
outline-color: rgba( 255, 255, 255, 1 ); /* var(--MENU-SECTIONS-LINK-HOVER-color) */
|
||||||
|
}
|
||||||
|
|
||||||
#sidebar ul.enlarge > li.parent,
|
#sidebar ul.enlarge > li.parent,
|
||||||
#sidebar ul.enlarge > li.active {
|
#sidebar ul.enlarge > li.active {
|
||||||
background-color: rgba( 0, 0, 0, .166 ); /* var(--MENU-SECTIONS-ACTIVE-BG-color) */
|
background-color: rgba( 0, 0, 0, .166 ); /* var(--MENU-SECTIONS-ACTIVE-BG-color) */
|
||||||
|
|
|
@ -62,6 +62,11 @@ a:hover,
|
||||||
color: var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color);
|
color: var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar .menu-control button,
|
||||||
|
#sidebar .menu-control select{
|
||||||
|
outline-color: var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color);
|
||||||
|
}
|
||||||
|
|
||||||
#sidebar ul.enlarge > li.parent,
|
#sidebar ul.enlarge > li.parent,
|
||||||
#sidebar ul.enlarge > li.active {
|
#sidebar ul.enlarge > li.active {
|
||||||
background-color: var(--INTERNAL-MENU-SECTIONS-ACTIVE-BG-color);
|
background-color: var(--INTERNAL-MENU-SECTIONS-ACTIVE-BG-color);
|
||||||
|
|
Loading…
Reference in a new issue