starts replacing pure css buttons with javascript buttons
RIP, but it was time
This commit is contained in:
@ -14,10 +14,13 @@
|
||||
}
|
||||
|
||||
/* --- TOGGLES --- */
|
||||
[aria-pressed=true] {
|
||||
.toggle-button[aria-pressed=true], .toggle-button[aria-pressed=true]:hover {
|
||||
background-color: hsl(171, 100%, 41%);
|
||||
color: white;
|
||||
}
|
||||
.hide-active[aria-pressed=true] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input.toggle-control {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user