mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
domRectTest: hide detail data
This commit is contained in:
parent
3ab6366994
commit
3eea8fe7c4
3 changed files with 17 additions and 1 deletions
|
@ -86,4 +86,14 @@
|
|||
|
||||
.testRect {
|
||||
outline: 2px dotted lightblue;
|
||||
}
|
||||
|
||||
.content-hidable.content-hidden .content, .content-hidable .anti-content {
|
||||
display: none;
|
||||
}
|
||||
.content-hidable .content, .content-hidable.content-hidden .anti-content {
|
||||
display: initial;
|
||||
}
|
||||
.content-hidable .toggle {
|
||||
cursor: pointer;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue