File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
projects/igniteui-angular/src/lib/core/styles/components/input Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 22102210
22112211 %bootstrap-input--success {
22122212 border : rem (1px ) solid var-get ($theme , ' success-secondary-color' );
2213- box-shadow : 0 0 0 rem (4px ) var-get ($theme , ' success-shadow-color' );
2213+
2214+ & :focus {
2215+ box-shadow : 0 0 0 rem (4px ) var-get ($theme , ' success-shadow-color' );
2216+
2217+ + %bootstrap-file-input {
2218+ box-shadow : 0 0 0 rem (4px ) var-get ($theme , ' success-shadow-color' );
2219+ }
2220+ }
22142221 }
22152222
22162223 %bootstrap-input--error {
22172224 border : rem (1px ) solid var-get ($theme , ' error-secondary-color' );
2218- box-shadow : 0 0 0 rem (4px ) var-get ($theme , ' error-shadow-color' );
2225+
2226+ & :focus {
2227+ box-shadow : 0 0 0 rem (4px ) var-get ($theme , ' error-shadow-color' );
2228+
2229+ + %bootstrap-file-input {
2230+ box-shadow : 0 0 0 rem (4px ) var-get ($theme , ' error-shadow-color' );
2231+ }
2232+ }
22192233 }
22202234
22212235 %bootstrap-input--disabled {
You can’t perform that action at this time.
0 commit comments