2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Add possibility to define custom border color for disabled form controls (#29257)

This commit is contained in:
tu4mo
2019-08-18 17:08:59 +03:00
committed by XhmikosR
parent 294fcddeac
commit b3cf60018c
4 changed files with 22 additions and 16 deletions
+1
View File
@@ -30,6 +30,7 @@
// Workaround for: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/11295231
&[disabled] ~ .form-file-label .form-file-text {
background-color: $form-file-disabled-bg;
border-color: $form-file-disabled-border-color;
}
}