2
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
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;
}