Commit 06c514d3 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'mw-cleanup-fa-classes' into 'master'

Remove deprecated fa-styles

See merge request gitlab-org/gitlab!49700
parents 0385d220 e2baf74d
...@@ -264,11 +264,8 @@ ...@@ -264,11 +264,8 @@
width: 15px; width: 15px;
} }
svg, svg:not(:last-child) {
.fa { margin-right: 5px;
&:not(:last-child) {
margin-right: 5px;
}
} }
} }
...@@ -358,24 +355,15 @@ ...@@ -358,24 +355,15 @@
.btn-loading { .btn-loading {
&:not(.disabled) { &:not(.disabled) {
.fa,
.spinner { .spinner {
display: none; display: none;
} }
} }
.fa {
margin-right: 5px;
}
} }
.btn-build { .btn-build {
margin-left: 10px; margin-left: 10px;
i {
color: $gl-text-color-secondary;
}
svg { svg {
fill: $gl-text-color-secondary; fill: $gl-text-color-secondary;
} }
......
...@@ -169,7 +169,6 @@ ...@@ -169,7 +169,6 @@
transition-duration: 0.3s; transition-duration: 0.3s;
} }
.fa,
svg { svg {
position: relative; position: relative;
top: 5px; top: 5px;
...@@ -361,11 +360,6 @@ ...@@ -361,11 +360,6 @@
color: $gray-400; color: $gray-400;
fill: $gray-400; fill: $gray-400;
.fa {
position: relative;
font-size: 16px;
}
svg { svg {
@include btn-svg; @include btn-svg;
margin: 0; margin: 0;
......
...@@ -314,11 +314,6 @@ ...@@ -314,11 +314,6 @@
vertical-align: top; vertical-align: top;
font-weight: $gl-font-weight-normal; font-weight: $gl-font-weight-normal;
} }
.fa {
color: var(--gray-500, $gray-500);
font-size: $code-font-size;
}
} }
} }
......
...@@ -46,11 +46,6 @@ ...@@ -46,11 +46,6 @@
fill: $gl-text-color; fill: $gl-text-color;
} }
.fa {
font-size: 12px;
color: $gl-text-color;
}
.commit-sha { .commit-sha {
color: $blue-600; color: $blue-600;
} }
......
...@@ -169,11 +169,6 @@ ...@@ -169,11 +169,6 @@
.form-check { .form-check {
margin-bottom: 10px; margin-bottom: 10px;
i.fa {
margin: 2px 0;
font-size: 20px;
}
.option-title { .option-title {
font-weight: $gl-font-weight-normal; font-weight: $gl-font-weight-normal;
display: inline-block; display: inline-block;
...@@ -193,7 +188,7 @@ ...@@ -193,7 +188,7 @@
} }
&.disabled { &.disabled {
i.fa { svg {
opacity: 0.5; opacity: 0.5;
} }
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
.nav-block { .nav-block {
margin: 16px 0; margin: 16px 0;
.btn .fa,
.btn svg { .btn svg {
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
} }
......
...@@ -55,10 +55,6 @@ ...@@ -55,10 +55,6 @@
.issue-token-link:focus > & { .issue-token-link:focus > & {
background-color: $border-gray-normal; background-color: $border-gray-normal;
} }
> .fa {
line-height: inherit;
}
} }
.issue-token-title-standalone { .issue-token-title-standalone {
...@@ -90,8 +86,4 @@ ...@@ -90,8 +86,4 @@
background-color: $border-gray-normal; background-color: $border-gray-normal;
outline: none; outline: none;
} }
> .fa {
font-size: 0.9em;
}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment