Simplified styling for hide media button

This commit is contained in:
Niléane 2024-10-01 23:42:01 +02:00
parent 367d764042
commit 63a1099c78
No known key found for this signature in database
4 changed files with 0 additions and 20 deletions

View file

@ -3280,11 +3280,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
font-weight: 500; font-weight: 500;
background-color: rgba(0, 0, 0, .1); background-color: rgba(0, 0, 0, .1);
transition: all .2s; transition: all .2s;
outline: 1px solid var(--color-lines-translucent);
outline-offset: -1px;
}
.app-body .media-gallery__actions__pill:hover {
background-color: #000;
} }
.app-body .spoiler-button__overlay__label, .app-body .spoiler-button__overlay__label,
.app-body .spoiler-button__overlay__label:is(:focus, :hover), .app-body .spoiler-button__overlay__label:is(:focus, :hover),

View file

@ -3280,11 +3280,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
font-weight: 500; font-weight: 500;
background-color: rgba(0, 0, 0, .1); background-color: rgba(0, 0, 0, .1);
transition: all .2s; transition: all .2s;
outline: 1px solid var(--color-lines-translucent);
outline-offset: -1px;
}
.app-body .media-gallery__actions__pill:hover {
background-color: #000;
} }
.app-body .spoiler-button__overlay__label, .app-body .spoiler-button__overlay__label,
.app-body .spoiler-button__overlay__label:is(:focus, :hover), .app-body .spoiler-button__overlay__label:is(:focus, :hover),

View file

@ -3280,11 +3280,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
font-weight: 500; font-weight: 500;
background-color: rgba(0, 0, 0, .1); background-color: rgba(0, 0, 0, .1);
transition: all .2s; transition: all .2s;
outline: 1px solid var(--color-lines-translucent);
outline-offset: -1px;
}
.app-body .media-gallery__actions__pill:hover {
background-color: #000;
} }
.app-body .spoiler-button__overlay__label, .app-body .spoiler-button__overlay__label,
.app-body .spoiler-button__overlay__label:is(:focus, :hover), .app-body .spoiler-button__overlay__label:is(:focus, :hover),

View file

@ -3280,11 +3280,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
font-weight: 500; font-weight: 500;
background-color: rgba(0, 0, 0, .1); background-color: rgba(0, 0, 0, .1);
transition: all .2s; transition: all .2s;
outline: 1px solid var(--color-lines-translucent);
outline-offset: -1px;
}
.app-body .media-gallery__actions__pill:hover {
background-color: #000;
} }
.app-body .spoiler-button__overlay__label, .app-body .spoiler-button__overlay__label,
.app-body .spoiler-button__overlay__label:is(:focus, :hover), .app-body .spoiler-button__overlay__label:is(:focus, :hover),