1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

[ticket/16833] Improve subscribe to forum or topic icons

PHPBB3-16833
This commit is contained in:
3D-I
2021-08-15 20:30:31 +02:00
parent 0a8a90b440
commit e2c174a618
2 changed files with 7 additions and 7 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;
}