2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

fix(css): adds a new opacity var

Fixes beeing able to control `.is-valid` & `.is-invalid` input:focus opacity
This commit is contained in:
Catalin Zalog
2020-03-15 16:28:18 +02:00
committed by Martijn Cuppens
parent fef94bf163
commit 52c5b06f1c
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
&:focus {
border-color: $color;
box-shadow: 0 0 0 $input-focus-width rgba($color, .25);
box-shadow: 0 0 0 $input-focus-width rgba($color, $input-btn-focus-color-opacity);
}
}
}