Status: css fix to only target tabler icons

merge-requests/782/head
Alex Gleason 2021-09-26 15:18:19 -05:00
rodzic 06fddb26f3
commit c5a5c5a6e3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 2 dodań i 5 usunięć

Wyświetl plik

@ -156,12 +156,9 @@
// This icon is a little different than the others...
.status__action-bar__counter--favourite,
.detailed-status__button--favourite {
.svg-icon svg {
.svg-icon svg.icon-tabler {
transform: translateY(-1px) scale(1.3);
&.icon-tabler {
stroke-width: 1.4px !important;
}
stroke-width: 1.4px !important;
}
}