mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
Fix flickering on link hovering, and inconsistencies between chat links and UI links
This commit is contained in:
parent
80ef01c180
commit
46e8ec9ca9
1 changed files with 6 additions and 4 deletions
|
@ -31,6 +31,12 @@ body {
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a,
|
||||||
|
a:hover,
|
||||||
|
a:focus {
|
||||||
|
color: #50a656;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
transition: opacity 0.2s;
|
transition: opacity 0.2s;
|
||||||
}
|
}
|
||||||
|
@ -1013,10 +1019,6 @@ kbd {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat a {
|
|
||||||
color: #50a656;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Nicknames */
|
/* Nicknames */
|
||||||
|
|
||||||
#chat .user {
|
#chat .user {
|
||||||
|
|
Loading…
Reference in a new issue