mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
fine tuning visual of tooltip in popup
This commit is contained in:
parent
d0e34faac5
commit
c123dba6f2
@ -43,15 +43,16 @@ body[dir=rtl] [data-tip]:hover:after {
|
||||
}
|
||||
|
||||
[data-tip][data-tip-anchor="top"]:hover:after {
|
||||
bottom: 105%;
|
||||
bottom: 140%;
|
||||
top: auto;
|
||||
left: auto;
|
||||
right: -10%;
|
||||
}
|
||||
|
||||
body[dir=ltr] [data-tip][data-tip-anchor="top"]:hover:after {
|
||||
left: -500%;
|
||||
right: 0;
|
||||
}
|
||||
body[dir=rtl] [data-tip][data-tip-anchor="top"]:hover:after {
|
||||
left: -10%;
|
||||
right: auto;
|
||||
left: 0;
|
||||
right: -500%;
|
||||
}
|
||||
|
||||
@keyframes tooltip {
|
||||
|
Loading…
Reference in New Issue
Block a user