Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
778a393a
Commit
778a393a
authored
May 03, 2019
by
Enrique Alcantara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use single position: relative declaration
parent
67449173
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
21 deletions
+18
-21
app/assets/stylesheets/framework/forms.scss
app/assets/stylesheets/framework/forms.scss
+18
-21
No files found.
app/assets/stylesheets/framework/forms.scss
View file @
778a393a
...
...
@@ -126,19 +126,6 @@ label {
}
}
.select-wrapper
{
position
:
relative
;
.fa-chevron-down
{
position
:
absolute
;
font-size
:
10px
;
right
:
10px
;
top
:
12px
;
color
:
$gray-darkest
;
pointer-events
:
none
;
}
}
.select-control
{
padding-left
:
10px
;
padding-right
:
10px
;
...
...
@@ -241,16 +228,26 @@ label {
}
}
.input-icon-wrapper
{
.input-icon-wrapper
,
.select-wrapper
{
position
:
relative
;
}
.input-icon-right
{
position
:
absolute
;
right
:
0
.8em
;
top
:
50%
;
transform
:
translateY
(
-50%
);
color
:
$gray-600
;
}
.select-wrapper
>
.fa-chevron-down
{
position
:
absolute
;
font-size
:
10px
;
right
:
10px
;
top
:
12px
;
color
:
$gray-darkest
;
pointer-events
:
none
;
}
.input-icon-wrapper
>
.input-icon-right
{
position
:
absolute
;
right
:
0
.8em
;
top
:
50%
;
transform
:
translateY
(
-50%
);
color
:
$gray-600
;
}
.input-md
{
...
...
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