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
67449173
Commit
67449173
authored
May 03, 2019
by
Enrique Alcantara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused form-control-label selector
parent
6418ffac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
22 deletions
+4
-22
app/assets/stylesheets/framework/forms.scss
app/assets/stylesheets/framework/forms.scss
+4
-22
No files found.
app/assets/stylesheets/framework/forms.scss
View file @
67449173
...
@@ -41,14 +41,6 @@ label {
...
@@ -41,14 +41,6 @@ label {
margin
:
0
;
margin
:
0
;
}
}
.form-label
{
@extend
label
;
}
.form-control-label
{
@extend
.col-md-2
;
}
.inline-input-group
{
.inline-input-group
{
width
:
250px
;
width
:
250px
;
}
}
...
@@ -81,11 +73,6 @@ label {
...
@@ -81,11 +73,6 @@ label {
margin-left
:
0
;
margin-left
:
0
;
margin-right
:
0
;
margin-right
:
0
;
.form-control-label
{
font-weight
:
$gl-font-weight-bold
;
padding-top
:
4px
;
}
.form-control
{
.form-control
{
height
:
29px
;
height
:
29px
;
background
:
$white-light
;
background
:
$white-light
;
...
@@ -115,7 +102,6 @@ label {
...
@@ -115,7 +102,6 @@ label {
@include
media-breakpoint-down
(
xs
)
{
@include
media-breakpoint-down
(
xs
)
{
padding
:
0
$gl-padding
;
padding
:
0
$gl-padding
;
.form-control-label
,
.text-block
{
.text-block
{
padding-left
:
0
;
padding-left
:
0
;
}
}
...
@@ -175,12 +161,6 @@ label {
...
@@ -175,12 +161,6 @@ label {
margin-top
:
35px
;
margin-top
:
35px
;
}
}
.form-group
.form-control-label
,
.form-group
.form-control-label-full-width
{
font-weight
:
$gl-font-weight-normal
;
}
.
form-control
:
:
placeholder
{
.
form-control
:
:
placeholder
{
color
:
$gl-text-color-tertiary
;
color
:
$gl-text-color-tertiary
;
}
}
...
@@ -224,7 +204,8 @@ label {
...
@@ -224,7 +204,8 @@ label {
border
:
1px
solid
$green-600
;
border
:
1px
solid
$green-600
;
&
:focus
{
&
:focus
{
box-shadow
:
0
0
0
1px
$green-600
inset
,
0
1px
1px
$gl-field-focus-shadow
inset
,
0
0
4px
0
$green-600
;
box-shadow
:
0
0
0
1px
$green-600
inset
,
0
1px
1px
$gl-field-focus-shadow
inset
,
0
0
4px
0
$green-600
;
border
:
0
none
;
border
:
0
none
;
}
}
}
}
...
@@ -233,7 +214,8 @@ label {
...
@@ -233,7 +214,8 @@ label {
border
:
1px
solid
$red-500
;
border
:
1px
solid
$red-500
;
&
:focus
{
&
:focus
{
box-shadow
:
0
0
0
1px
$red-500
inset
,
0
1px
1px
$gl-field-focus-shadow
inset
,
0
0
4px
0
$gl-field-focus-shadow-error
;
box-shadow
:
0
0
0
1px
$red-500
inset
,
0
1px
1px
$gl-field-focus-shadow
inset
,
0
0
4px
0
$gl-field-focus-shadow-error
;
border
:
0
none
;
border
:
0
none
;
}
}
}
}
...
...
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