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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user