mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Refactor: Collapse 3 rules doing the same thing
This commit is contained in:
@@ -310,15 +310,7 @@
|
||||
* Pill modifier
|
||||
*/
|
||||
|
||||
.button--pill.button--small {
|
||||
border-radius: var(--wa-border-radius-pill);
|
||||
}
|
||||
|
||||
.button--pill.button--medium {
|
||||
border-radius: var(--wa-border-radius-pill);
|
||||
}
|
||||
|
||||
.button--pill.button--large {
|
||||
.button--pill {
|
||||
border-radius: var(--wa-border-radius-pill);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user