mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 22:47:04 +01:00
Fix pointer glitch on Firefox 67.0.4
Using :hover to set cursor to pointer is redundant as using without has the same function. Using :hover also causes problems on Firefox 67.0.4 where the cursor will have artifacts around it.
This commit is contained in:
parent
13685fd297
commit
ad298bea20
@ -916,6 +916,11 @@ p.mentioned span.chatmessage {
|
|||||||
.wdt-emoji-picker {
|
.wdt-emoji-picker {
|
||||||
bottom: 16px;
|
bottom: 16px;
|
||||||
right: 42px;
|
right: 42px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wdt-emoji-picker:hover {
|
||||||
|
cursor: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wdt-emoji-picker span.emoji-outer.emoji-sizer {
|
.wdt-emoji-picker span.emoji-outer.emoji-sizer {
|
||||||
|
Loading…
Reference in New Issue
Block a user