Commit 6fa7ab74 authored by Phil Hughes's avatar Phil Hughes

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

Remove deprecated fa-caret-down styles

See merge request gitlab-org/gitlab!49453
parents 2392290c f4de184c
......@@ -27,10 +27,6 @@
font-size: 2em;
}
.fa-caret-down::before {
content: '\f0d7';
}
.fa-exclamation-triangle::before {
content: '\f071';
}
......
......@@ -231,16 +231,6 @@
color: $gray-700;
}
.fa-caret-down {
margin-left: 5px;
}
&.dropdown-toggle {
.fa-caret-down {
margin-left: 3px;
}
}
&.btn-text-field {
width: 100%;
text-align: left;
......
......@@ -201,14 +201,6 @@ ul.related-merge-requests > li {
}
}
}
.create-merge-request-dropdown-toggle {
.fa-caret-down {
pointer-events: none;
color: inherit;
margin-left: 0;
}
}
}
.discussion-reply-holder {
......
......@@ -148,15 +148,6 @@
fill: $layout-link-gray;
}
.fa-caret-down {
margin-left: 3px;
line-height: 0;
&.dropdown-btn-icon {
margin-left: 0;
}
}
.notifications-icon {
top: 1px;
margin-right: 0;
......
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