1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

Merge pull request #6268 from 3D-I/ticket/16833-master

[ticket/16833][4.0.x] Improve subscribe to forum or topic icons
This commit is contained in:
Marc Alexander
2021-08-20 16:53:53 +02:00
committed by GitHub
3 changed files with 10 additions and 10 deletions

View File

@@ -128,10 +128,10 @@ blockquote cite:before,
margin-top: 0;
}
.c-subscribe-icon {
.c-watch-icon {
display: none !important;
}
.c-subscribe-icon.is-active {
.c-watch-icon.is-active {
display: inline !important;
}