diff options
| author | Henry Jameson <me@hjkos.com> | 2024-07-16 21:55:57 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-07-16 21:55:57 +0300 |
| commit | 9d76fcc425abe1236304c270765ffdb4e6d0ba6e (patch) | |
| tree | c0b4a734496eacab3ed3d909a0c8bed3c87ae6b2 /src/App.scss | |
| parent | a378c999b78c9138abb8ea1982dca2f976381f10 (diff) | |
fix admin combo-dropdowns styles
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/App.scss b/src/App.scss index edd0495f..1145ded4 100644 --- a/src/App.scss +++ b/src/App.scss @@ -671,7 +671,8 @@ option { display: inline-flex; vertical-align: middle; - > * { + > *, + > * .button-default { --_roundness-left: 0; --_roundness-right: 0; @@ -679,11 +680,13 @@ option { flex: 1 1 auto; } - > *:first-child { + > *:first-child, + > *:first-child .button-default { --_roundness-left: var(--roundness); } - > *:last-child { + > *:last-child, + > *:last-child .button-default { --_roundness-right: var(--roundness); } } |
