vendor/assets/stylesheets/_sidebar.scss in active_frontend-12.1.9 vs vendor/assets/stylesheets/_sidebar.scss in active_frontend-12.1.10
- old
+ new
@@ -106,11 +106,11 @@
height: 40px;
table-layout: fixed;
width: 100%;
}
.sidebar-navbar > a {
- background: $color-light-black;
+ background: $color-light-haze;
border-right: 1px solid;
border-color: inherit;
display: table-cell;
float: none;
font-size: 18px;
@@ -121,11 +121,11 @@
.sidebar-navbar > a:last-child { border: 0; }
.sidebar-navbar > a:hover,
.sidebar-navbar > a.active,
.sidebar-navbar > a:active,
.sidebar-navbar > a:focus {
- background: $color-transparent;
+ background: $color-transparent !important;
color: $color-primary;
}
.sidebar-form {
border-bottom: 1px solid;
border-color: inherit;
@@ -176,18 +176,20 @@
color: $color-white;
}
.sidebar-dark .sidebar-header-btn:hover,
.sidebar-dark .sidebar-header-btn.active,
.sidebar-dark .sidebar-header-btn:active,
-.sidebar-dark .sidebar-header-btn:focus { background: $color-light-black; }
+.sidebar-dark .sidebar-header-btn:focus,
+.sidebar-dark .sidebar-navbar > a { background: $color-light-black; }
.sidebar-light {
background: $color-light-haze;
border-color: $color-dark-haze !important;
}
.sidebar-light .sidebar-header-btn:hover,
.sidebar-light .sidebar-header-btn.active,
.sidebar-light .sidebar-header-btn:active,
-.sidebar-light .sidebar-header-btn:focus { background: $color-haze; }
+.sidebar-light .sidebar-header-btn:focus,
+.sidebar-light .sidebar-navbar > a { background: $color-haze; }
/* # Media Queries
================================================== */
@media only screen and (max-width: 1365px) {
.sidebar {
\ No newline at end of file