kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
rodzic
4d3f4c5680
commit
9be49cdcb3
|
@ -217,7 +217,8 @@
|
|||
z-index: 3;
|
||||
outline: 0;
|
||||
|
||||
&:hover, &:focus {
|
||||
&:hover,
|
||||
&:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
display: inline-flex;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
|
||||
|
||||
&:focus-within {
|
||||
width: unset;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -20,7 +20,8 @@
|
|||
border-bottom: 0;
|
||||
}
|
||||
|
||||
&:hover, &:focus {
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: var(--primary-text-color--faint);
|
||||
|
||||
span {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue