mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fine tuning visual of tooltip in popup
This commit is contained in:
parent
d0e34faac5
commit
c123dba6f2
1 changed files with 7 additions and 6 deletions
|
|
@ -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 a new issue