Lint styles

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2021-07-03 15:33:47 +02:00
parent 4d3f4c5680
commit 9be49cdcb3
5 changed files with 13 additions and 7 deletions

View file

@ -217,7 +217,8 @@
z-index: 3; z-index: 3;
outline: 0; outline: 0;
&:hover, &:focus { &:hover,
&:focus {
text-decoration: underline; text-decoration: underline;
} }
} }

View file

@ -80,7 +80,8 @@
transition: 0.1s; transition: 0.1s;
z-index: 999; z-index: 999;
&--visible, &--focused { &--visible,
&--focused {
opacity: 1; opacity: 1;
pointer-events: all; pointer-events: all;
} }
@ -99,7 +100,8 @@
transition: 0.1s; transition: 0.1s;
} }
&:hover, &:focus { &:hover,
&:focus {
img { img {
width: 36px; width: 36px;
height: 36px; height: 36px;

View file

@ -20,7 +20,8 @@
border-bottom: 0; border-bottom: 0;
} }
&:hover, &:focus { &:hover,
&:focus {
color: var(--primary-text-color--faint); color: var(--primary-text-color--faint);
span { span {

View file

@ -424,7 +424,8 @@
background: var(--brand-color--med); background: var(--brand-color--med);
transition: 0.2s; transition: 0.2s;
&:hover, &:focus { &:hover,
&:focus {
background: hsla(var(--brand-color_hsl), 0.5); background: hsla(var(--brand-color_hsl), 0.5);
text-decoration: none; text-decoration: none;
} }
@ -667,7 +668,8 @@ a.status-card.compact:hover {
} }
} }
.status__action-bar, .detailed-status__action-bar { .status__action-bar,
.detailed-status__action-bar {
.emoji-picker-expand { .emoji-picker-expand {
display: none; display: none;
} }