mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Fix CSS rule order
This commit is contained in:
parent
ab107f865c
commit
9e487c8527
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@
|
|||
border: 1px solid $active-gray;
|
||||
border-radius: 5px;
|
||||
background: $ui-light-gray url("../../../static/svgs/forms/carot.svg") no-repeat right center;
|
||||
color: $type-gray;
|
||||
padding-right: 4rem;
|
||||
width: 100%;
|
||||
height: 3rem;
|
||||
text-indent: 1rem;
|
||||
color: $type-gray;
|
||||
font-size: .875rem;
|
||||
appearance: none;
|
||||
|
||||
|
@ -36,8 +36,8 @@
|
|||
}
|
||||
|
||||
&:-moz-focusring {
|
||||
color: transparent;
|
||||
text-shadow: 0 0 0 $type-gray;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
&:focus,
|
||||
|
|
Loading…
Reference in a new issue