change select-box to be black n white
This commit is contained in:
parent
5366ae4dae
commit
e0e8bc4da6
1 changed files with 9 additions and 12 deletions
|
@ -5447,8 +5447,8 @@ output {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin: 0 14px;
|
margin: 0 14px;
|
||||||
border-left: 1px solid hsl(0,0%,94%);
|
background: hsl(234,10%,19%);
|
||||||
border-top: 1px solid hsl(0,0%,94%);
|
color: white;
|
||||||
|
|
||||||
&.select-box--vertical .select-value {
|
&.select-box--vertical .select-value {
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
|
@ -5465,14 +5465,12 @@ output {
|
||||||
.select-box-header {
|
.select-box-header {
|
||||||
@extend label;
|
@extend label;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
color: hsl(240,2%,60%);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 8px 10px;
|
padding: 8px 10px;
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
background: hsl(200,20%,97%);
|
|
||||||
border-right: 1px solid hsl(0,0%,94%);
|
|
||||||
border-bottom: 1px solid hsl(0,0%,91%);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-value {
|
.select-value {
|
||||||
|
@ -5480,15 +5478,15 @@ output {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
min-height: 34px;
|
min-height: 34px;
|
||||||
border-right: 1px solid hsl(0,0%,94%);
|
background-clip: content-box;
|
||||||
border-bottom: 1px solid hsl(0,0%,94%);
|
box-shadow:
|
||||||
|
1px 0 hsl(240,5%,27%) inset,
|
||||||
|
0 1px hsl(240,5%,27%) inset;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&.is-selected {
|
&.is-selected {
|
||||||
background: hsl(203,65%,55%);
|
background-color: hsl(203,65%,55%);
|
||||||
color: white;
|
box-shadow: none;
|
||||||
border-bottom-color: hsl(202,68%,48%);
|
|
||||||
border-right-color: hsl(202,68%,48%);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5573,7 +5571,6 @@ output {
|
||||||
.action-controls {
|
.action-controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
align-items: flex-end;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue