Skip to content

Commit ee614e8

Browse files
committed
PR comments
1 parent f9e548d commit ee614e8

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/plugins/timelion/public/directives/_form.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
$timAppWarningColor: '#BD271E';
2-
$timAppTextAreaBgColor: #FBFCFD;
3-
41
.form-control {
52
@include euiFontSizeS;
63
display: block;
@@ -42,7 +39,7 @@ select.form-control {
4239
margin-bottom: $euiSize;
4340
padding: $euiSizeXS $euiSizeS;
4441
color: $euiColorDarkestShade;
45-
border-left: solid 2px $timAppWarningColor;
42+
border-left: solid 2px $euiColorDanger;
4643
font-size: $euiSizeM;
4744
}
4845

@@ -80,7 +77,7 @@ select.form-control {
8077
font-size: $euiSize;
8178
line-height: 1.5;
8279
color: $euiColorDarkestShade;
83-
background-color: $timAppTextAreaBgColor;
80+
background-color: $euiFormBackgroundColor;
8481
border: 1px solid $euiColorLightShade;
8582
border-radius: $euiSizeXS;
8683
transition: border-color .1s linear;

0 commit comments

Comments
 (0)