Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
4e685e70
Unverified
Commit
4e685e70
authored
4 years ago
by
Gaël Poupard
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix(custom forms): nullify box-shadow for custom forms' states (#30957)
Co-authored-by:
XhmikosR
<
xhmikosr@gmail.com
>
parent
b2877363
v4-dev-dropdown-hide-method
v4-dev
v4.6.2
v4.6.1
v4.6.0
v4.5.3
v4.5.2
v4.5.1
6 merge requests
!36532
My v4 dev
,
!34086
v4: Fix prevented show event disables modals with fade class from being displayed again
,
!33729
V4 dev
,
!33086
V4 dev
,
!31901
Add opacity utilities
,
!31513
Update icons.md
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_variables.scss
+3
-3
scss/_variables.scss
with
3 additions
and
3 deletions
+3
-3
scss/_variables.scss
+
3
-
3
View file @
4e685e70
...
...
@@ -546,7 +546,7 @@ $custom-control-label-disabled-color: $gray-600 !default;
$custom-control-indicator-checked-color
:
$component-active-color
!
default
;
$custom-control-indicator-checked-bg
:
$component-active-bg
!
default
;
$custom-control-indicator-checked-disabled-bg
:
rgba
(
theme-color
(
"primary"
)
,
.5
)
!
default
;
$custom-control-indicator-checked-box-shadow
:
n
one
!
default
;
$custom-control-indicator-checked-box-shadow
:
n
ull
!
default
;
$custom-control-indicator-checked-border-color
:
$custom-control-indicator-checked-bg
!
default
;
$custom-control-indicator-focus-box-shadow
:
$input-focus-box-shadow
!
default
;
...
...
@@ -554,7 +554,7 @@ $custom-control-indicator-focus-border-color: $input-focus-border-color !defau
$custom-control-indicator-active-color
:
$component-active-color
!
default
;
$custom-control-indicator-active-bg
:
lighten
(
$component-active-bg
,
35%
)
!
default
;
$custom-control-indicator-active-box-shadow
:
n
one
!
default
;
$custom-control-indicator-active-box-shadow
:
n
ull
!
default
;
$custom-control-indicator-active-border-color
:
$custom-control-indicator-active-bg
!
default
;
$custom-checkbox-indicator-border-radius
:
$border-radius
!
default
;
...
...
@@ -563,7 +563,7 @@ $custom-checkbox-indicator-icon-checked: url("data:image/svg+xml,<svg xml
$custom-checkbox-indicator-indeterminate-bg
:
$component-active-bg
!
default
;
$custom-checkbox-indicator-indeterminate-color
:
$custom-control-indicator-checked-color
!
default
;
$custom-checkbox-indicator-icon-indeterminate
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'><path stroke='
#{
$custom-checkbox-indicator-indeterminate-color
}
' d='M0 2h4'/></svg>")
!
default
;
$custom-checkbox-indicator-indeterminate-box-shadow
:
n
one
!
default
;
$custom-checkbox-indicator-indeterminate-box-shadow
:
n
ull
!
default
;
$custom-checkbox-indicator-indeterminate-border-color
:
$custom-checkbox-indicator-indeterminate-bg
!
default
;
$custom-radio-indicator-border-radius
:
50%
!
default
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets