Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

Commit

Permalink
KMT-176: Updating dropdown styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciprian Lujeru authored and Ciprian Lujeru committed Sep 28, 2016
1 parent f58b2e1 commit ec46421
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/license-dropdown/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

&:hover {
color: oColorsGetPaletteColor("org-b2b-dark");

&::after {
@include oIconsGetIcon('arrow-up-down', oColorsGetPaletteColor('org-b2b-dark'), 12);
}
Expand All @@ -53,6 +53,12 @@
&--expanded {
display: block;
}

select,
option {
@include oTypographySans(s);
font-weight: inherit;
}
}
}
}

0 comments on commit ec46421

Please sign in to comment.