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:
daudix
2024-09-14 03:31:25 +03:00
parent 1722b95bea
commit a1946ae0b2
23 changed files with 121 additions and 118 deletions

View File

@ -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;