Commit 9e487c85 authored by Florrie's avatar Florrie

Fix CSS rule order

parent ab107f86
...@@ -12,11 +12,11 @@ ...@@ -12,11 +12,11 @@
border: 1px solid $active-gray; border: 1px solid $active-gray;
border-radius: 5px; border-radius: 5px;
background: $ui-light-gray url("../../../static/svgs/forms/carot.svg") no-repeat right center; background: $ui-light-gray url("../../../static/svgs/forms/carot.svg") no-repeat right center;
color: $type-gray;
padding-right: 4rem; padding-right: 4rem;
width: 100%; width: 100%;
height: 3rem; height: 3rem;
text-indent: 1rem; text-indent: 1rem;
color: $type-gray;
font-size: .875rem; font-size: .875rem;
appearance: none; appearance: none;
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
} }
&:-moz-focusring { &:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 $type-gray; text-shadow: 0 0 0 $type-gray;
color: transparent;
} }
&:focus, &:focus,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment