vendor/assets/stylesheets/_toolbar.scss in active_frontend-12.4.10 vs vendor/assets/stylesheets/_toolbar.scss in active_frontend-12.4.11
- old
+ new
@@ -44,14 +44,13 @@
}
.toolbar > a.btn { line-height: 55px; }
.toolbar > a:hover,
.toolbar > a.active,
.toolbar > a:active,
-.toolbar > a:focus {
- background: $color-light-haze;
- color: $color-primary;
-}
+.toolbar > a:focus { background: $color-light-haze; }
+.toolbar > a.active,
+.toolbar > a:active { color: $color-primary; }
.toolbar > a[disabled] {
background: $color-transparent;
color: $color-gray;
cursor: not-allowed;
pointer-events: none;
@@ -82,31 +81,25 @@
.toolbar-light > a:focus { background: $color-haze; }
/* # Styles
================================================== */
.toolbar-bordered > a {
- color: inherit !important;
- border-right-width: 4px !important;
- border-right-style: solid;
- border-right-color: $color-transparent;
+ background: $color-transparent !important;
+ border-right: 4px solid $color-transparent !important;
text-indent: 1px;
}
.toolbar-bordered > a:hover,
-.toolbar-bordered > a:focus { background: $color-transparent !important; }
-.toolbar-bordered > a:hover,
.toolbar-bordered > a.active,
.toolbar-bordered > a:active,
-.toolbar-bordered > a:focus { border-right-color: $color-primary; }
+.toolbar-bordered > a:focus { border-right-color: $color-primary !important; }
.toolbar-bordered.toolbar-alt > a {
- border-left-width: 4px !important;
- border-left-style: solid;
- border-left-color: $color-transparent;
+ border-left: 4px solid $color-transparent !important;
border-right: 0 !important;
}
.toolbar-bordered.toolbar-alt > a:hover,
.toolbar-bordered.toolbar-alt > a.active,
.toolbar-bordered.toolbar-alt > a:active,
-.toolbar-bordered.toolbar-alt > a:focus { border-left-color: $color-primary; }
+.toolbar-bordered.toolbar-alt > a:focus { border-left-color: $color-primary !important; }
/* # Media Queries
================================================== */
@media only screen and (max-width: 767px) {
.toolbar { display: none; }
\ No newline at end of file