1
1
mirror of https://github.com/primer/css.git synced 2024-12-13 16:15:44 +03:00

Use --color-ic-tertiary for the SelectMenu icon

This commit is contained in:
simurai 2020-09-17 14:54:34 +09:00
parent 7861ffee69
commit 8e0ed0b41f

View File

@ -127,7 +127,7 @@ $SelectMenu-max-height: 480px !default;
margin: -$spacer-3;
line-height: 1;
// stylelint-disable-next-line primer/colors
color: $gray-light;
color: var(--color-ic-tertiary);
background-color: transparent;
border: 0;