Sidebar: same effect for hover and focus (all themes).

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
This commit is contained in:
rdwebdesign
2021-11-03 00:50:52 -03:00
parent 675a1a6206
commit c36e08dbcc
3 changed files with 12 additions and 16 deletions

View File

@@ -5744,9 +5744,10 @@ hr {
background-color: rgb(21, 27, 30);
}
.sidebar-menu > li > a {
border-left-color: transparent;
border-left: 3px solid transparent;
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li > a:focus,
.sidebar-menu > li.active > a {
color: rgb(232, 230, 227);
background-color: rgb(24, 32, 35);
@@ -5765,12 +5766,10 @@ hr {
color: rgb(170, 162, 151);
}
.treeview-menu > li.active > a,
.treeview-menu > li > a:hover {
.treeview-menu > li > a:hover,
.treeview-menu > li > a:focus {
color: rgb(232, 230, 227);
}
.sidebar-menu > li > a:focus, .treeview-menu > li > a:focus {
color: #FFF;
}
.sidebar-form {
border-color: rgb(118, 109, 97);