Skip to content

Commit

Permalink
Select: Set placeholder color (grafana#19309)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterholmberg authored and torkelo committed Sep 24, 2019
1 parent 08cc4f0 commit 2c9577f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/grafana-ui/src/components/Select/_Select.scss
Expand Up @@ -111,6 +111,10 @@ $select-input-bg-disabled: $input-bg-disabled;
}
}

.gf-form-select-box__placeholder {
color: $input-color-placeholder;
}

.gf-form-select-box__control--is-focused .gf-form-select-box__placeholder {
display: none;
}
Expand Down

0 comments on commit 2c9577f

Please sign in to comment.