Commit f4de184c authored by Martin Wortschack's avatar Martin Wortschack

Remove deprecated fa-caret-down styles

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