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
e2baf74d
Commit
e2baf74d
authored
Dec 10, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove deprecated fa-styles
parent
c6cdc324
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3 additions
and
45 deletions
+3
-45
app/assets/stylesheets/framework/buttons.scss
app/assets/stylesheets/framework/buttons.scss
+2
-14
app/assets/stylesheets/framework/mixins.scss
app/assets/stylesheets/framework/mixins.scss
+0
-6
app/assets/stylesheets/page_bundles/cycle_analytics.scss
app/assets/stylesheets/page_bundles/cycle_analytics.scss
+0
-5
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+0
-5
app/assets/stylesheets/pages/settings.scss
app/assets/stylesheets/pages/settings.scss
+1
-6
app/assets/stylesheets/pages/tree.scss
app/assets/stylesheets/pages/tree.scss
+0
-1
ee/app/assets/stylesheets/pages/issues.scss
ee/app/assets/stylesheets/pages/issues.scss
+0
-8
No files found.
app/assets/stylesheets/framework/buttons.scss
View file @
e2baf74d
...
...
@@ -264,11 +264,8 @@
width
:
15px
;
}
svg
,
.fa
{
&
:not
(
:last-child
)
{
margin-right
:
5px
;
}
svg
:not
(
:last-child
)
{
margin-right
:
5px
;
}
}
...
...
@@ -358,24 +355,15 @@
.btn-loading
{
&
:not
(
.disabled
)
{
.fa
,
.spinner
{
display
:
none
;
}
}
.fa
{
margin-right
:
5px
;
}
}
.btn-build
{
margin-left
:
10px
;
i
{
color
:
$gl-text-color-secondary
;
}
svg
{
fill
:
$gl-text-color-secondary
;
}
...
...
app/assets/stylesheets/framework/mixins.scss
View file @
e2baf74d
...
...
@@ -169,7 +169,6 @@
transition-duration
:
0
.3s
;
}
.fa
,
svg
{
position
:
relative
;
top
:
5px
;
...
...
@@ -361,11 +360,6 @@
color
:
$gray-400
;
fill
:
$gray-400
;
.fa
{
position
:
relative
;
font-size
:
16px
;
}
svg
{
@include
btn-svg
;
margin
:
0
;
...
...
app/assets/stylesheets/page_bundles/cycle_analytics.scss
View file @
e2baf74d
...
...
@@ -314,11 +314,6 @@
vertical-align
:
top
;
font-weight
:
$gl-font-weight-normal
;
}
.fa
{
color
:
var
(
--
gray-500
,
$gray-500
);
font-size
:
$code-font-size
;
}
}
}
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
e2baf74d
...
...
@@ -46,11 +46,6 @@
fill
:
$gl-text-color
;
}
.fa
{
font-size
:
12px
;
color
:
$gl-text-color
;
}
.commit-sha
{
color
:
$blue-600
;
}
...
...
app/assets/stylesheets/pages/settings.scss
View file @
e2baf74d
...
...
@@ -169,11 +169,6 @@
.form-check
{
margin-bottom
:
10px
;
i
.fa
{
margin
:
2px
0
;
font-size
:
20px
;
}
.option-title
{
font-weight
:
$gl-font-weight-normal
;
display
:
inline-block
;
...
...
@@ -193,7 +188,7 @@
}
&
.disabled
{
i
.fa
{
svg
{
opacity
:
0
.5
;
}
...
...
app/assets/stylesheets/pages/tree.scss
View file @
e2baf74d
...
...
@@ -6,7 +6,6 @@
.nav-block
{
margin
:
16px
0
;
.btn
.fa
,
.btn
svg
{
color
:
$gl-text-color-secondary
;
}
...
...
ee/app/assets/stylesheets/pages/issues.scss
View file @
e2baf74d
...
...
@@ -55,10 +55,6 @@
.issue-token-link
:focus
>
&
{
background-color
:
$border-gray-normal
;
}
>
.fa
{
line-height
:
inherit
;
}
}
.issue-token-title-standalone
{
...
...
@@ -90,8 +86,4 @@
background-color
:
$border-gray-normal
;
outline
:
none
;
}
>
.fa
{
font-size
:
0
.9em
;
}
}
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