Skip to content
GitLab
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
fd4d426e
Commit
fd4d426e
authored
6 years ago
by
Martijn Cuppens
Committed by
XhmikosR
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Change default custom select styles (#28027)
parent
e077ddbc
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 @
fd4d426e
...
@@ -542,7 +542,7 @@ $custom-control-indicator-checked-disabled-bg: rgba(theme-color("primary"), .5)
...
@@ -542,7 +542,7 @@ $custom-control-indicator-checked-disabled-bg: rgba(theme-color("primary"), .5)
$custom-control-indicator-checked-box-shadow
:
none
!
default
;
$custom-control-indicator-checked-box-shadow
:
none
!
default
;
$custom-control-indicator-checked-border-color
:
$custom-control-indicator-checked-bg
!
default
;
$custom-control-indicator-checked-border-color
:
$custom-control-indicator-checked-bg
!
default
;
$custom-control-indicator-focus-box-shadow
:
$input-
btn-
focus-box-shadow
!
default
;
$custom-control-indicator-focus-box-shadow
:
$input-focus-box-shadow
!
default
;
$custom-control-indicator-focus-border-color
:
$input-focus-border-color
!
default
;
$custom-control-indicator-focus-border-color
:
$input-focus-border-color
!
default
;
$custom-control-indicator-active-color
:
$component-active-color
!
default
;
$custom-control-indicator-active-color
:
$component-active-color
!
default
;
...
@@ -566,8 +566,8 @@ $custom-switch-width: $custom-control-indicator-size *
...
@@ -566,8 +566,8 @@ $custom-switch-width: $custom-control-indicator-size *
$custom-switch-indicator-border-radius
:
$custom-control-indicator-size
/
2
!
default
;
$custom-switch-indicator-border-radius
:
$custom-control-indicator-size
/
2
!
default
;
$custom-switch-indicator-size
:
calc
(
#{
$custom-control-indicator-size
}
-
#{
$custom-control-indicator-border-width
*
4
}
)
!
default
;
$custom-switch-indicator-size
:
calc
(
#{
$custom-control-indicator-size
}
-
#{
$custom-control-indicator-border-width
*
4
}
)
!
default
;
$custom-select-padding-y
:
$input-
btn-
padding-y
!
default
;
$custom-select-padding-y
:
$input-padding-y
!
default
;
$custom-select-padding-x
:
$input-
btn-
padding-x
!
default
;
$custom-select-padding-x
:
$input-padding-x
!
default
;
$custom-select-font-size
:
$input-font-size
!
default
;
$custom-select-font-size
:
$input-font-size
!
default
;
$custom-select-height
:
$input-height
!
default
;
$custom-select-height
:
$input-height
!
default
;
$custom-select-indicator-padding
:
1rem
!
default
;
// Extra padding to account for the presence of the background-image based indicator
$custom-select-indicator-padding
:
1rem
!
default
;
// Extra padding to account for the presence of the background-image based indicator
...
...
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