refactor: clean

This commit is contained in:
Lucas Larroche 2023-04-02 10:05:01 +07:00
parent 00f1486a04
commit 65bedda83a
3 changed files with 3 additions and 4 deletions

View file

@ -8,7 +8,7 @@
// 1. Hack to display the outline on the focused file selector button
// with the forced overflow hidden on the input[type="file"] element.
input[type="file"] {
[type="file"] {
#{$✨}color: var(#{$}muted-color);
margin-left: calc(var(#{$}outline-width) * -1); // 1
padding: calc(var(#{$}form-element-spacing-vertical) * 0.5) 0;