File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,7 @@ $hint-color: #9f9f9f;
3
3
$strength-indicator-color : #00000019 ;
4
4
5
5
$primary-default : #007bff ;
6
- $primary-default-border : #0070e6 ;
6
+ $primary-default-border : #0070e6 ;
7
+
8
+ $secondary-default : #e3e3e3 ;
9
+ $secondary-default-border : #d8d8d8 ;
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ $input-padding: .3rem .4rem;
31
31
min-width : 100px ;
32
32
}
33
33
34
- & :focus {
35
- border : none ;
34
+ & :focus , & :active {
35
+ padding : $input-padding ;
36
36
outline : none ;
37
37
}
38
38
}
@@ -115,7 +115,12 @@ $input-padding: .3rem .4rem;
115
115
}
116
116
117
117
.field-reset {
118
+ background : $secondary-default ;
119
+ border : 2px solid $secondary-default-border ;
118
120
border-radius : 3px ;
121
+ & :hover {
122
+ background : color .adjust ($secondary-default , $lightness : -3% )
123
+ }
119
124
}
120
125
121
126
/* * Switch field */
You can’t perform that action at this time.
0 commit comments