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
44ddabad
Commit
44ddabad
authored
6 years ago
by
Martijn Cuppens
Committed by
XhmikosR
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Simplify theme color usage (#27378)
parent
0a3755b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_variables.scss
+6
-6
scss/_variables.scss
with
6 additions
and
6 deletions
+6
-6
scss/_variables.scss
+
6
-
6
View file @
44ddabad
...
...
@@ -166,7 +166,7 @@ $body-color: $gray-900 !default;
//
// Style anchor elements.
$link-color
:
theme-color
(
"
primary
"
)
!
default
;
$link-color
:
$
primary
!
default
;
$link-decoration
:
none
!
default
;
$link-hover-color
:
darken
(
$link-color
,
15%
)
!
default
;
$link-hover-decoration
:
underline
!
default
;
...
...
@@ -237,7 +237,7 @@ $box-shadow: 0 .5rem 1rem rgba($black, .15) !default;
$box-shadow-lg
:
0
1rem
3rem
rgba
(
$black
,
.175
)
!
default
;
$component-active-color
:
$white
!
default
;
$component-active-bg
:
theme-color
(
"
primary
"
)
!
default
;
$component-active-bg
:
$
primary
!
default
;
$caret-width
:
.3em
!
default
;
...
...
@@ -506,7 +506,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-disabled-bg
:
rgba
(
$
primary
,
.5
)
!
default
;
$custom-control-indicator-checked-box-shadow
:
none
!
default
;
$custom-control-indicator-checked-border-color
:
$custom-control-indicator-checked-bg
!
default
;
...
...
@@ -609,8 +609,8 @@ $custom-file-text: (
$form-feedback-margin-top
:
$form-text-margin-top
!
default
;
$form-feedback-font-size
:
$small-font-size
!
default
;
$form-feedback-valid-color
:
theme-color
(
"
success
"
)
!
default
;
$form-feedback-invalid-color
:
theme-color
(
"
danger
"
)
!
default
;
$form-feedback-valid-color
:
$
success
!
default
;
$form-feedback-invalid-color
:
$
danger
!
default
;
$form-feedback-icon-valid-color
:
$form-feedback-valid-color
!
default
;
$form-feedback-icon-valid
:
str-replace
(
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='
#{
$form-feedback-icon-valid-color
}
' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
,
"#"
,
"%23"
)
!
default
;
...
...
@@ -906,7 +906,7 @@ $progress-bg: $gray-200 !default;
$progress-border-radius
:
$border-radius
!
default
;
$progress-box-shadow
:
inset
0
.1rem
.1rem
rgba
(
$black
,
.1
)
!
default
;
$progress-bar-color
:
$white
!
default
;
$progress-bar-bg
:
theme-color
(
"
primary
"
)
!
default
;
$progress-bar-bg
:
$
primary
!
default
;
$progress-bar-animation-timing
:
1s
linear
infinite
!
default
;
$progress-bar-transition
:
width
.6s
ease
!
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