mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
menu: add outline for controls #726
This commit is contained in:
parent
829a097e18
commit
edf50b44fe
3 changed files with 1 additions and 12 deletions
|
@ -319,11 +319,6 @@
|
||||||
color: rgba( 255, 255, 255, 1 ); /* var(--MENU-SECTIONS-LINK-HOVER-color) */
|
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.parent,
|
||||||
#R-sidebar ul.enlarge > li.active {
|
#R-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) */
|
||||||
|
|
|
@ -1628,8 +1628,6 @@ h6 a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-control .control-style {
|
.menu-control .control-style {
|
||||||
border: 0;
|
|
||||||
border-radius: 0;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: 1.574em;
|
height: 1.574em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -1660,6 +1658,7 @@ html[dir="rtl"] .menu-control span {
|
||||||
.menu-control button {
|
.menu-control button {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
outline: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.menu-control button:active,
|
.menu-control button:active,
|
||||||
|
|
|
@ -66,11 +66,6 @@ a:focus,
|
||||||
color: var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color);
|
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.parent,
|
||||||
#R-sidebar ul.enlarge > li.active {
|
#R-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