Commit fd90f5f6 authored by Martin Wortschack's avatar Martin Wortschack

Remove deprecated fa- classes

parent f4d94e82
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
@include fade(left, $gray-light); @include fade(left, $gray-light);
right: -5px; right: -5px;
.fa { svg {
right: -7px; right: -7px;
} }
} }
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
left: -5px; left: -5px;
text-align: center; text-align: center;
.fa { svg {
left: -7px; left: -7px;
} }
} }
...@@ -337,7 +337,7 @@ ...@@ -337,7 +337,7 @@
@include fade(left, $white); @include fade(left, $white);
right: -5px; right: -5px;
.fa { svg {
right: -7px; right: -7px;
} }
} }
...@@ -346,7 +346,7 @@ ...@@ -346,7 +346,7 @@
@include fade(right, $white); @include fade(right, $white);
left: -5px; left: -5px;
.fa { svg {
left: -7px; left: -7px;
} }
} }
......
...@@ -43,11 +43,6 @@ ...@@ -43,11 +43,6 @@
.dropdown-toggle, .dropdown-toggle,
.dropdown-menu { .dropdown-menu {
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
.fa {
color: $gl-text-color-secondary;
font-size: 14px;
}
} }
.btn-group.open .btn-default { .btn-group.open .btn-default {
......
...@@ -30,12 +30,6 @@ ...@@ -30,12 +30,6 @@
margin-bottom: 0; margin-bottom: 0;
} }
.member-controls {
.fa {
line-height: inherit;
}
}
&.existing-title { &.existing-title {
@include media-breakpoint-up(sm) { @include media-breakpoint-up(sm) {
float: left; float: left;
......
...@@ -163,12 +163,6 @@ $mr-widget-min-height: 69px; ...@@ -163,12 +163,6 @@ $mr-widget-min-height: 69px;
.btn { .btn {
font-size: $gl-font-size; font-size: $gl-font-size;
&.dropdown-toggle {
.fa {
color: inherit;
}
}
} }
.accept-merge-holder { .accept-merge-holder {
...@@ -341,13 +335,6 @@ $mr-widget-min-height: 69px; ...@@ -341,13 +335,6 @@ $mr-widget-min-height: 69px;
} }
} }
.dropdown-toggle {
.fa {
margin-left: 0;
color: inherit;
}
}
.has-custom-error { .has-custom-error {
display: inline-block; display: inline-block;
} }
...@@ -552,10 +539,6 @@ $mr-widget-min-height: 69px; ...@@ -552,10 +539,6 @@ $mr-widget-min-height: 69px;
align-items: center; align-items: center;
} }
.dropdown-toggle .fa {
color: $gl-text-color;
}
.git-merge-container { .git-merge-container {
justify-content: space-between; justify-content: space-between;
flex: 1; flex: 1;
......
...@@ -778,13 +778,6 @@ $note-form-margin-left: 72px; ...@@ -778,13 +778,6 @@ $note-form-margin-left: 72px;
outline: none; outline: none;
color: $blue-600; color: $blue-600;
} }
.fa {
margin-right: 3px;
font-size: 10px;
line-height: 18px;
vertical-align: top;
}
} }
.note-role { .note-role {
......
...@@ -35,8 +35,4 @@ ...@@ -35,8 +35,4 @@
.notification { .notification {
position: relative; position: relative;
top: 1px; top: 1px;
.fa {
font-size: 18px;
}
} }
...@@ -140,10 +140,6 @@ ...@@ -140,10 +140,6 @@
margin-left: 0; margin-left: 0;
} }
.fa {
color: $layout-link-gray;
}
svg { svg {
fill: $layout-link-gray; fill: $layout-link-gray;
} }
...@@ -163,13 +159,6 @@ ...@@ -163,13 +159,6 @@
height: 24px; height: 24px;
} }
.dropdown-toggle,
.clone-dropdown-btn {
.fa {
color: unset;
}
}
.home-panel-action-button, .home-panel-action-button,
.project-action-button { .project-action-button {
margin: $gl-padding $gl-padding-8 0 0; margin: $gl-padding $gl-padding-8 0 0;
...@@ -492,7 +481,7 @@ ...@@ -492,7 +481,7 @@
top: 0; top: 0;
height: calc(100% - #{$browser-scrollbar-size}); height: calc(100% - #{$browser-scrollbar-size});
.fa { svg {
top: 50%; top: 50%;
margin-top: -$gl-padding-8; margin-top: -$gl-padding-8;
} }
......
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