Minor style fixes

This commit is contained in:
kvakazyambra 2023-07-26 13:39:13 +03:00
parent f276e2182b
commit d06afe3eac

View File

@ -465,7 +465,7 @@
width: auto; width: auto;
.icon { .icon {
display: none; display: none !important;
} }
.textLabel { .textLabel {
@ -496,7 +496,7 @@
} }
.textLabel { .textLabel {
//background-color: var(--link-hover-background); background-color: var(--link-hover-background);
color: var(--link-hover-color); color: var(--link-hover-color);
} }
} }