vendor/assets/stylesheets/_toolbar.scss in active_frontend-12.4.5 vs vendor/assets/stylesheets/_toolbar.scss in active_frontend-12.4.6

- old
+ new

@@ -82,14 +82,17 @@ .toolbar-light > a:focus { background: $color-haze; } /* # Styles ================================================== */ .toolbar-bordered > a { - background: $color-transparent !important; + color: inherit !important; border-right-width: 4px !important; border-right-style: solid; border-right-color: $color-transparent; + 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.toolbar-alt > a { \ No newline at end of file