make active toolbar buttons prominent

This commit is contained in:
Nazar Kanaev 2023-02-02 22:40:41 +00:00
parent de24659bae
commit aac3de7ca2

View File

@ -432,11 +432,11 @@ button.theme-light {
} }
a, a,
.btn-link:hover, .btn-link:hover {
.toolbar-item.active {
color: #0080d4; color: #0080d4;
} }
.toolbar-item.active,
.dropdown-item.active, .dropdown-item.active,
.dropdown-item:active, .dropdown-item:active,
.selectgroup input:checked + .selectgroup-label { .selectgroup input:checked + .selectgroup-label {