mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-09 21:43:06 -04:00
webstead: visual distinction for input:checked:active too
It's a bit crude, but I think it helps.
This commit is contained in:
parent
e3fca90c39
commit
da628c5e44
@ -40,6 +40,12 @@
|
||||
#pixels input:checked {
|
||||
background: currentColor;
|
||||
}
|
||||
#pixels input:checked:active {
|
||||
border: 0;
|
||||
margin: 3px;
|
||||
width: calc(var(--pix) - 6px);
|
||||
height: calc(var(--pix) - 6px);
|
||||
}
|
||||
</style>
|
||||
<!-- Script is async rather than deferred because Chromium can't
|
||||
handle deferred scripts in XHTML.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user