mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-23 10:52:43 +01:00
this fixes #843
This commit is contained in:
parent
6318d24f40
commit
6323c8c69d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user