Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Commit

Permalink
Merge pull request #509 from oestrogen/master
Browse files Browse the repository at this point in the history
#78502 Fixed select menu placeholder text-color
  • Loading branch information
oestrogen authored Oct 26, 2018
2 parents 268f3f2 + 3102d6b commit ed6f9df
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions css/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ label {
input[type='text'],
[type='number'],
input[type='password'],
select, md-autocomplete {
select,
md-autocomplete {
border: 1px solid $hover;
color: $text-color-standard;
-webkit-appearance: none;
Expand Down Expand Up @@ -329,12 +330,17 @@ md-select {
height: 21px;
}

&:not([disabled]):focus .md-select-value {
color: inherit !important;
&:not([disabled]):focus .md-select-value > span {
color: $text-color-standard;
}

&:not([disabled]):focus .md-select-value.md-select-placeholder {
color: $text-color-standard;
}

.md-select-value.md-select-placeholder {
padding: 4px 11px;
color: $text-color-muted;
}

.md-select-value {
Expand All @@ -349,7 +355,6 @@ md-select {
border-radius: 4px;
}

.md-select-placeholder,
.md-select-icon {
color: $text-color-muted;
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teleopti-styleguide",
"version": "1.23.7",
"version": "1.23.8",
"repository": {
"type": "git",
"url": "git://github.com/Teleopti/styleguide.git"
Expand Down

0 comments on commit ed6f9df

Please sign in to comment.