Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
groups
marcin mikołajczak 2021-07-03 15:33:47 +02:00
rodzic 4d3f4c5680
commit 9be49cdcb3
5 zmienionych plików z 13 dodań i 7 usunięć

Wyświetl plik

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

Wyświetl plik

@ -97,7 +97,7 @@
display: inline-flex;
width: 0;
overflow: hidden;
&:focus-within {
width: unset;
}

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

@ -424,7 +424,8 @@
background: var(--brand-color--med);
transition: 0.2s;
&:hover, &:focus {
&:hover,
&:focus {
background: hsla(var(--brand-color_hsl), 0.5);
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 {
display: none;
}