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
671bb278
Commit
671bb278
authored
7 years ago
by
Mark Otto
Committed by
XhmikosR
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Restore currently unused variables (#24891)
parent
80d4a51e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_custom-forms.scss
+1
-1
scss/_custom-forms.scss
scss/_progress.scss
+1
-0
scss/_progress.scss
with
2 additions
and
1 deletion
+2
-1
scss/_custom-forms.scss
+
1
-
1
View file @
671bb278
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
}
}
.custom-control-input
:indeterminate
~
.custom-control-indicator
{
.custom-control-input
:indeterminate
~
.custom-control-indicator
{
@include
gradient-bg
(
$custom-c
ontrol
-indicator-
checked
-bg
);
@include
gradient-bg
(
$custom-c
heckbox
-indicator-
indeterminate
-bg
);
@include
box-shadow
(
$custom-checkbox-indicator-indeterminate-box-shadow
);
@include
box-shadow
(
$custom-checkbox-indicator-indeterminate-box-shadow
);
&
::before
{
&
::before
{
...
...
This diff is collapsed.
Click to expand it.
scss/_progress.scss
+
1
-
0
View file @
671bb278
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
font-size
:
$progress-font-size
;
font-size
:
$progress-font-size
;
background-color
:
$progress-bg
;
background-color
:
$progress-bg
;
@include
border-radius
(
$progress-border-radius
);
@include
border-radius
(
$progress-border-radius
);
@include
box-shadow
(
$progress-box-shadow
);
}
}
.progress-bar
{
.progress-bar
{
...
...
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