mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 01:28:00 +01:00
this fixes #843
This commit is contained in:
parent
6318d24f40
commit
6323c8c69d
1 changed files with 5 additions and 2 deletions
|
@ -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 a new issue