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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
76afbdf1
Commit
76afbdf1
authored
Oct 08, 2020
by
Coung Ngo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary CSS from utilities.scss
Remove CSS classes that are either unused or now exist in GitLab UI
parent
594b072d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
49 deletions
+0
-49
app/assets/stylesheets/utilities.scss
app/assets/stylesheets/utilities.scss
+0
-49
No files found.
app/assets/stylesheets/utilities.scss
View file @
76afbdf1
...
...
@@ -44,13 +44,10 @@
}
.border-width-1px
{
border-width
:
1px
;
}
.border-bottom-width-1px
{
border-bottom-width
:
1px
;
}
.border-style-dashed
{
border-style
:
dashed
;
}
.border-style-solid
{
border-style
:
solid
;
}
.border-bottom-style-solid
{
border-bottom-style
:
solid
;
}
.border-color-blue-300
{
border-color
:
$blue-300
;
}
.border-color-default
{
border-color
:
$border-color
;
}
.border-bottom-color-default
{
border-bottom-color
:
$border-color
;
}
.border-radius-default
{
border-radius
:
$border-radius-default
;
}
.border-radius-small
{
border-radius
:
$border-radius-small
;
}
.box-shadow-default
{
box-shadow
:
0
2px
4px
0
$black-transparent
;
}
...
...
@@ -95,11 +92,6 @@
padding-bottom
:
$gl-spacing-scale-8
;
}
// move this to GitLab UI once onboarding experiment is considered a success
.gl-pl-7
{
padding-left
:
$gl-spacing-scale-7
;
}
.gl-transition-property-stroke-opacity
{
transition-property
:
stroke-opacity
;
}
...
...
@@ -116,47 +108,6 @@
box-shadow
:
inset
0
0
3px
$gl-border-size-1
$blue-500
;
}
.gl-sm-align-items-flex-end
{
@media
(
min-width
:
$breakpoint-sm
)
{
align-items
:
flex-end
;
}
}
.gl-sm-text-body
{
@media
(
min-width
:
$breakpoint-sm
)
{
color
:
$body-color
;
}
}
.gl-sm-font-weight-bold
{
@media
(
min-width
:
$breakpoint-sm
)
{
font-weight
:
$gl-font-weight-bold
;
}
}
.gl-min-h-6
{
min-height
:
$gl-spacing-scale-6
;
}
.gl-md-justify-content-end
{
@media
(
min-width
:
$breakpoint-md
)
{
width
:
auto
!
important
;
}
}
.gl-display-md-flex
{
@media
(
min-width
:
$breakpoint-md
)
{
display
:
flex
;
}
}
.gl-display-md-none
{
@media
(
min-width
:
$breakpoint-md
)
{
display
:
none
;
}
}
// This utility is used to force the z-index to match that of dropdown menu's
.gl-z-dropdown-menu
\
!
{
z-index
:
300
!
important
;
...
...
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