mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-31 12:52:13 +00:00
Merge pull request #1102 from theseyi/multi-tagging-updates
5415 5375 styling changes to elements: darker dropdown on compliance …
This commit is contained in:
commit
8b8e63d221
@ -98,7 +98,7 @@
|
|||||||
|
|
||||||
&__rollup-toggle {
|
&__rollup-toggle {
|
||||||
&#{&} {
|
&#{&} {
|
||||||
color: get-color(gray7);
|
color: get-color(slate10);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user