diff options
author | gorhill <rhill@raymondhill.net> | 2015-01-07 12:19:37 -0500 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-01-07 12:19:37 -0500 |
commit | 31c219fbf64212c1beb1dfff1eb088cc56a19daa (patch) | |
tree | e694dc224d80e76fda6f3ff1f924100ca10cbfd2 | |
parent | 6701ff4308a14388a9ff9127c0b47714ddd86a15 (diff) | |
download | uBlock-31c219fbf64212c1beb1dfff1eb088cc56a19daa.zip uBlock-31c219fbf64212c1beb1dfff1eb088cc56a19daa.tar.gz uBlock-31c219fbf64212c1beb1dfff1eb088cc56a19daa.tar.bz2 |
code review
-rw-r--r-- | src/css/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/common.css b/src/css/common.css index 93fcd65..043555a 100644 --- a/src/css/common.css +++ b/src/css/common.css @@ -42,7 +42,7 @@ body[dir=rtl] [data-tip]:hover:after { text-align: right; } -[data-tip][data-tip-anchor="top"]:hover:after { +body [data-tip][data-tip-anchor="top"]:hover:after { bottom: 140%; top: auto; } |