vendor/assets/stylesheets/_toolbar.scss in active_frontend-12.4.0 vs vendor/assets/stylesheets/_toolbar.scss in active_frontend-12.4.1

- old
+ new

@@ -31,10 +31,11 @@ border: 0; border-bottom: 1px solid; border-color: inherit; border-radius: 0; box-sizing: border-box; + color: inherit; display: block; font-size: 21px; height: 55px; line-height: 60px; padding: 0; @@ -89,13 +90,10 @@ border-right-color: $color-transparent; } .toolbar-bordered > a:hover, .toolbar-bordered > a.active, .toolbar-bordered > a:active, -.toolbar-bordered > a:focus { - border-right-color: $color-primary; - color: initial; -} +.toolbar-bordered > a:focus { border-right-color: $color-primary; } .toolbar-bordered.toolbar-alt > a { border-left-width: 4px !important; border-left-style: solid; border-left-color: $color-transparent; border-right: 0 !important; \ No newline at end of file