mirror of
https://github.com/penpot/penpot.git
synced 2025-06-29 05:27:01 +02:00
💄 remove nesting in radio-button scss
This commit is contained in:
parent
85ac766bf9
commit
e6d4a56901
1 changed files with 22 additions and 22 deletions
|
@ -37,8 +37,9 @@
|
||||||
stroke: var(--radio-btn-foreground-color-selected);
|
stroke: var(--radio-btn-foreground-color-selected);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.checked {
|
.checked {
|
||||||
background-color: var(--radio-btn-background-color-selected);
|
background-color: var(--radio-btn-background-color-selected);
|
||||||
border-color: var(--radio-btn-border-color-selected);
|
border-color: var(--radio-btn-border-color-selected);
|
||||||
svg {
|
svg {
|
||||||
|
@ -49,7 +50,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disabled {
|
.disabled {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: $s-2 solid transparent;
|
border: $s-2 solid transparent;
|
||||||
|
@ -70,4 +71,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue