|
|
@ -421,6 +421,10 @@
|
|
|
|
border: 0;
|
|
|
|
border: 0;
|
|
|
|
outline: 0;
|
|
|
|
outline: 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&::placeholder {
|
|
|
|
|
|
|
|
color: $dark-text-color;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
&:focus {
|
|
|
|
outline: 0;
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -3533,6 +3537,28 @@ a.status-card.compact:hover {
|
|
|
|
.column-select {
|
|
|
|
.column-select {
|
|
|
|
&__control {
|
|
|
|
&__control {
|
|
|
|
@include search-input;
|
|
|
|
@include search-input;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&::placeholder {
|
|
|
|
|
|
|
|
color: lighten($darker-text-color, 4%);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&::-moz-focus-inner {
|
|
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&::-moz-focus-inner,
|
|
|
|
|
|
|
|
&:focus,
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
|
|
|
|
outline: 0 !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
|
|
|
|
background: lighten($ui-base-color, 4%);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 600px) {
|
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&__placeholder {
|
|
|
|
&__placeholder {
|
|
|
@ -4046,6 +4072,28 @@ a.status-card.compact:hover {
|
|
|
|
padding-right: 30px;
|
|
|
|
padding-right: 30px;
|
|
|
|
line-height: 18px;
|
|
|
|
line-height: 18px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&::placeholder {
|
|
|
|
|
|
|
|
color: lighten($darker-text-color, 4%);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&::-moz-focus-inner {
|
|
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&::-moz-focus-inner,
|
|
|
|
|
|
|
|
&:focus,
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
|
|
|
|
outline: 0 !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
|
|
|
|
background: lighten($ui-base-color, 4%);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 600px) {
|
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.search__icon {
|
|
|
|
.search__icon {
|
|
|
|