A bunch of breaking changes for no reason except for "I didn't like it"
I mean, this release has breaking changes anyway, why not break all the stuff I wanted to break?
This commit is contained in:
@ -39,11 +39,11 @@ input[type="checkbox"] {
|
||||
|
||||
&:checked {
|
||||
border: 0.15rem solid transparent;
|
||||
background-color: var(--primary-color);
|
||||
background-color: var(--accent-color);
|
||||
|
||||
&:disabled {
|
||||
border: 0.15rem solid transparent;
|
||||
background-color: var(--primary-color-alpha);
|
||||
background-color: var(--accent-color-alpha);
|
||||
|
||||
&::before {
|
||||
opacity: 0.8;
|
||||
@ -124,7 +124,7 @@ input[type="checkbox"] {
|
||||
}
|
||||
|
||||
&:checked {
|
||||
background-color: var(--primary-color);
|
||||
background-color: var(--accent-color);
|
||||
|
||||
&::before {
|
||||
transform: translateX(1rem);
|
||||
@ -169,7 +169,7 @@ input[type="range"] {
|
||||
transition: var(--transition);
|
||||
box-shadow: var(--edge-highlight);
|
||||
border-radius: 999px;
|
||||
background: var(--primary-color);
|
||||
background: var(--accent-color);
|
||||
width: 100%;
|
||||
height: 0.5rem;
|
||||
|
||||
|
Reference in New Issue
Block a user