diff --git a/src/styles/Inputs.scss b/src/styles/Inputs.scss index 420c416..b5e4c68 100644 --- a/src/styles/Inputs.scss +++ b/src/styles/Inputs.scss @@ -172,19 +172,11 @@ input { &[type="color"] { position: relative; - padding: 0px; + padding: 1px 3px; + background-color: spiceColor("selected-row", 0.4); - &::before { - z-index: -1; - content: ""; - position: absolute; - inset: -5px; - border-radius: 4px; - background-color: spiceColor("selected-row", 0.4); - } - - &:hover::before, - &:active::before { + &:hover, + &:active { background-color: spiceColor("selected-row", 0.6); } }