Status: css fix to only target tabler icons

This commit is contained in:
Alex Gleason
2021-09-26 15:18:19 -05:00
parent 06fddb26f3
commit c5a5c5a6e3

View File

@ -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;
}
}