Commit f0589935 authored by Martin Wortschack's avatar Martin Wortschack

Remove fa-chevron-down styles

parent c3ebc8a1
...@@ -27,10 +27,6 @@ ...@@ -27,10 +27,6 @@
font-size: 2em; font-size: 2em;
} }
.fa-chevron-down::before {
content: '\f078';
}
.fa-caret-down::before { .fa-caret-down::before {
content: '\f0d7'; content: '\f0d7';
} }
......
...@@ -231,8 +231,7 @@ ...@@ -231,8 +231,7 @@
color: $gray-700; color: $gray-700;
} }
.fa-caret-down, .fa-caret-down {
.fa-chevron-down {
margin-left: 5px; margin-left: 5px;
} }
......
...@@ -16,12 +16,6 @@ ...@@ -16,12 +16,6 @@
} }
} }
@mixin chevron-active {
.fa-chevron-down {
color: $gray-darkest;
}
}
@mixin set-visible { @mixin set-visible {
transform: translateY(0); transform: translateY(0);
display: block; display: block;
...@@ -56,7 +50,6 @@ ...@@ -56,7 +50,6 @@
.dropdown-toggle, .dropdown-toggle,
.dropdown-menu-toggle { .dropdown-menu-toggle {
@include chevron-active;
border-color: $gray-darkest; border-color: $gray-darkest;
} }
...@@ -114,20 +107,11 @@ ...@@ -114,20 +107,11 @@
color: $gray-darkest; color: $gray-darkest;
} }
.fa-chevron-down {
font-size: $dropdown-chevron-size;
position: relative;
top: -2px;
margin-left: 5px;
}
&:hover { &:hover {
@include chevron-active;
border-color: $gray-darkest; border-color: $gray-darkest;
} }
&:focus:active { &:focus:active {
@include chevron-active;
border-color: $dropdown-toggle-active-border-color; border-color: $dropdown-toggle-active-border-color;
outline: 0; outline: 0;
} }
...@@ -145,12 +129,6 @@ ...@@ -145,12 +129,6 @@
position: absolute; position: absolute;
} }
.fa-chevron-down {
position: absolute;
top: 11px;
right: 8px;
}
.spinner { .spinner {
position: absolute; position: absolute;
top: 9px; top: 9px;
......
...@@ -208,15 +208,6 @@ label { ...@@ -208,15 +208,6 @@ label {
position: relative; position: relative;
} }
.select-wrapper > .fa-chevron-down {
position: absolute;
font-size: 10px;
right: 10px;
top: 12px;
color: $gray-darkest;
pointer-events: none;
}
.input-icon-wrapper > .input-icon-right { .input-icon-wrapper > .input-icon-right {
position: absolute; position: absolute;
right: 0.8em; right: 0.8em;
......
...@@ -80,12 +80,6 @@ ...@@ -80,12 +80,6 @@
.btn-success { .btn-success {
width: 100%; width: 100%;
} }
.dropdown .dropdown-toggle .fa-chevron-down {
position: absolute;
top: 11px;
right: 8px;
}
} }
} }
......
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