0
0
Fork 0

Change server rules to be collapsible (#33039)

This commit is contained in:
Eugen Rochko 2024-11-29 17:33:06 +01:00 committed by GitHub
parent 4635ce2926
commit 986a3676d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 51 additions and 131 deletions

View file

@ -108,17 +108,6 @@
background: lighten($white, 4%);
}
// Change the background colors of status__content__spoiler-link
.reply-indicator__content .status__content__spoiler-link,
.status__content .status__content__spoiler-link {
background: $ui-base-color;
&:hover,
&:focus {
background: lighten($ui-base-color, 4%);
}
}
.account-gallery__item a {
background-color: $ui-base-color;
}