diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-21 03:14:59 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-21 03:14:59 +0300 |
| commit | 73a9370710f46c0594eda01ac8fe016e87c7e18c (patch) | |
| tree | f09f9e525c4056560856dc425d4647be1f22146f /src/components/style_switcher/style_switcher.scss | |
| parent | 0184d5fff01f03d099de50773e59cb6363c5bede (diff) | |
fixed and updated roundness tab
Diffstat (limited to 'src/components/style_switcher/style_switcher.scss')
| -rw-r--r-- | src/components/style_switcher/style_switcher.scss | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/components/style_switcher/style_switcher.scss b/src/components/style_switcher/style_switcher.scss index 6e34a0f7..6c6e913a 100644 --- a/src/components/style_switcher/style_switcher.scss +++ b/src/components/style_switcher/style_switcher.scss @@ -13,6 +13,14 @@ flex: 1; } + &.disabled { + input, select { + &:not(.exclude-disabled) { + opacity: .5 + } + } + } + input, select { min-width: 3em; margin: 0; @@ -43,10 +51,6 @@ &:not([type=number]):not([type=text]) { align-self: center; } - - &.disabled *:not(.exlcude-disabled) { - opacity: .5 - } } } |
