mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-04-18 08:08:28 +02:00
highlight "hide" icon when "tabing" to it
This commit is contained in:
parent
16b4bbcab3
commit
0283da372c
@ -203,6 +203,9 @@ td.hideColumn {
|
|||||||
.content .hide:checked ~ .display, .displayHidden:checked ~ .display {
|
.content .hide:checked ~ .display, .displayHidden:checked ~ .display {
|
||||||
background-image: url(notVisible.svg);
|
background-image: url(notVisible.svg);
|
||||||
}
|
}
|
||||||
|
.content .hide:focus ~ .display, .displayHidden:focus ~ .display {
|
||||||
|
outline: 1px dotted black;
|
||||||
|
}
|
||||||
|
|
||||||
.optionsLink {
|
.optionsLink {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
@ -3,7 +3,9 @@ Version 0.5.6:
|
|||||||
-
|
-
|
||||||
|
|
||||||
new features:
|
new features:
|
||||||
- url specific values can be added by hitting enter in the input
|
- options gui improvements
|
||||||
|
- url specific values can be added by hitting enter in the input
|
||||||
|
- highlight "hide" icon when "tabing" to it
|
||||||
|
|
||||||
fixes:
|
fixes:
|
||||||
-
|
-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user