Skip to content

Commit 46f0687

Browse files
author
Bastiaan van den Berg
committed
Same placeholder styling single and multiple select (#67).
1 parent ead39e3 commit 46f0687

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/select.component.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ng-select {
5252
}
5353

5454
>div.placeholder {
55-
color: #aaa;
55+
color: #a9a9a9;
5656
}
5757

5858
>div.clear,
@@ -110,15 +110,9 @@ ng-select {
110110
}
111111
}
112112

113-
>div.placeholder {
114-
color: #aaa;
115-
line-height: 30px;
116-
}
117-
118113
input {
119114
background-color: transparent;
120115
border: none;
121-
font-size: 15px;
122116
height: 30px;
123117
line-height: 30px;
124118
padding: 0;

0 commit comments

Comments
 (0)