vendor/assets/stylesheets/_toolbar.scss in active_frontend-10.2.5 vs vendor/assets/stylesheets/_toolbar.scss in active_frontend-10.2.6

- old
+ new

@@ -20,10 +20,11 @@ border-right: 0; } .toolbar > a { background: $color-transparent; border: 0; + border-bottom: 1px solid $color-haze; border-radius: 0; box-sizing: border-box; color: $color-black-light; display: block; font-size: 21px; @@ -48,10 +49,14 @@ background: $color-transparent; color: $color-black-light; cursor: not-allowed; pointer-events: none; } +.toolbar > .tooltip { + width: auto !important; + min-width: 70px; +} /* # Colors ================================================== */ .toolbar-dark, .toolbar-dark.toolbar-alt { @@ -79,7 +84,8 @@ only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { - .toolbar { border-width: 0.5px; } + .toolbar, + .toolbar > a { border-width: 0.5px; } } \ No newline at end of file