1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +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

@@ -390,13 +390,13 @@ p.post-notice {
}
.mention-item:hover,
.mention-item.cur {
.mention-item.is-active {
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;
}