Merge pull request #1102 from theseyi/multi-tagging-updates

5415 5375 styling changes to elements: darker dropdown on compliance …
This commit is contained in:
Seyi Adebajo 2018-04-18 11:30:32 -07:00 committed by GitHub
commit 8b8e63d221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 11 deletions

View File

@ -98,7 +98,7 @@
&__rollup-toggle { &__rollup-toggle {
&#{&} { &#{&} {
color: get-color(gray7); color: get-color(slate10);
} }
} }

View File

@ -19,8 +19,6 @@ $default-border: (1px solid shade($color, 20%));
padding: 0 14px; padding: 0 14px;
select { select {
@include prefix(appearance, none, ('webkit', 'moz'));
&::-ms-expand { &::-ms-expand {
display: none; display: none;
} }
@ -42,14 +40,6 @@ $default-border: (1px solid shade($color, 20%));
} }
} }
&:after {
color: shade($color, 20%);
content: '\e259';
font-weight: normal;
pointer-events: none;
font-family: $glyphicons-stack;
}
/// Hides the styling for a select element unless hovered over /// Hides the styling for a select element unless hovered over
&--hidden-state { &--hidden-state {
border: 1px solid transparent; border: 1px solid transparent;