1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13713] Use is-active class instead of cur for current items

PHPBB3-13713
This commit is contained in:
Marc Alexander
2021-05-04 20:31:40 +02:00
parent 17ce85d012
commit 169015eab4
3 changed files with 5 additions and 5 deletions

View File

@@ -1747,14 +1747,14 @@ svg { /* TODO: remove it after general normalization */
}
.mention-item:hover,
.mention-item.cur {
.mention-item.is-active {
text-decoration: none;
background-color: #eeeeee;
color: #2d80d2;
}
.mention-item:hover .mention-media-avatar,
.mention-item.cur .mention-media-avatar {
.mention-item.is-active .mention-media-avatar {
color: #2d80d2;
}