diff options
| author | Henry Jameson <me@hjkos.com> | 2024-09-12 15:47:48 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-09-12 15:54:23 +0300 |
| commit | a044dc377e77aade4696984fb42f7aa5db8c2561 (patch) | |
| tree | e0fd9ca3d94b6fedd974acd143f1568e33ddde3a /src/components/input.style.js | |
| parent | a586b9f6d241c879f7081aa3e0116fd720d6e026 (diff) | |
Massively upgraded shadow control, added sorting by specificity in themes3, added/fixed disabled inputs
Diffstat (limited to 'src/components/input.style.js')
| -rw-r--r-- | src/components/input.style.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/input.style.js b/src/components/input.style.js index fb89414a..e06dc7cb 100644 --- a/src/components/input.style.js +++ b/src/components/input.style.js @@ -60,7 +60,7 @@ export default { { state: ['disabled'], directives: { - background: '$blend(--inheritedBackground, 0.25, --parent)' + background: '--parent' } }, { |
