mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 12:36:37 +02:00
highlight "hide" icon when "tabing" to it
This commit is contained in:
parent
16b4bbcab3
commit
0283da372c
2 changed files with 6 additions and 1 deletions
|
@ -203,6 +203,9 @@ td.hideColumn {
|
|||
.content .hide:checked ~ .display, .displayHidden:checked ~ .display {
|
||||
background-image: url(notVisible.svg);
|
||||
}
|
||||
.content .hide:focus ~ .display, .displayHidden:focus ~ .display {
|
||||
outline: 1px dotted black;
|
||||
}
|
||||
|
||||
.optionsLink {
|
||||
text-align: right;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue