diff --git a/lib/css/bars.css b/lib/css/bars.css index af019c0..8a5c006 100644 --- a/lib/css/bars.css +++ b/lib/css/bars.css @@ -149,7 +149,9 @@ } /* Override standard button active states */ -.bar-title .button:active { +.bar-title .button:active, +.bar-title .button-prev:active, +.bar-title .button-next:active { color: #007aff; background-color: transparent; opacity: .3; @@ -158,11 +160,6 @@ /* Directional buttons in title bars -------------------------------------------------- */ -/* Add relative positioning so :before content is positioned properly */ -.bar-title .button-prev { - display: block; !important; -} - .bar-title .button-prev:before, .bar-title .button-prev:after, .bar-title .button-next:before,