Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
9e487c85
Commit
9e487c85
authored
Jan 12, 2018
by
Florrie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CSS rule order
parent
ab107f86
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/components/forms/select.scss
src/components/forms/select.scss
+2
-2
No files found.
src/components/forms/select.scss
View file @
9e487c85
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment