1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00
This commit is contained in:
gorhill 2015-02-24 20:20:53 -05:00
parent 6318d24f40
commit 6323c8c69d

View File

@ -61,11 +61,14 @@ textarea {
div {
bottom: 1px;
direction: ltr;
opacity: 0.2;
opacity: 1;
position: absolute;
right: 1px;
}
div:hover {
textarea:focus + div {
opacity: 0.2;
}
textarea:focus + div:hover {
opacity: 1;
}
ul {