Skip to content

Commit

Permalink
menu: add outline for controls #726
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Dec 4, 2023
1 parent 829a097 commit edf50b4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
5 changes: 0 additions & 5 deletions static/css/ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down
3 changes: 1 addition & 2 deletions static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1628,8 +1628,6 @@ h6 a {
}

.menu-control .control-style {
border: 0;
border-radius: 0;
cursor: pointer;
height: 1.574em;
overflow: hidden;
Expand Down Expand Up @@ -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,
Expand Down
5 changes: 0 additions & 5 deletions static/css/variant.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit edf50b4

Please sign in to comment.