Status: css fix to only target tabler icons
This commit is contained in:
parent
06fddb26f3
commit
c5a5c5a6e3
|
@ -156,13 +156,10 @@
|
||||||
// This icon is a little different than the others...
|
// This icon is a little different than the others...
|
||||||
.status__action-bar__counter--favourite,
|
.status__action-bar__counter--favourite,
|
||||||
.detailed-status__button--favourite {
|
.detailed-status__button--favourite {
|
||||||
.svg-icon svg {
|
.svg-icon svg.icon-tabler {
|
||||||
transform: translateY(-1px) scale(1.3);
|
transform: translateY(-1px) scale(1.3);
|
||||||
|
|
||||||
&.icon-tabler {
|
|
||||||
stroke-width: 1.4px !important;
|
stroke-width: 1.4px !important;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailed-status__wrapper .emoji-react-selector {
|
.detailed-status__wrapper .emoji-react-selector {
|
||||||
|
|
Loading…
Reference in New Issue