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
11e18af1
Commit
11e18af1
authored
7 years ago
by
Mark Otto
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
remove some unused vars, restore table-active variant
parent
3e2318cf
5 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!25326
Adjust examples
,
!23995
Add back cursor: pointer for .btn-link
,
!17021
v4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_tables.scss
+2
-0
scss/_tables.scss
scss/_variables.scss
+0
-5
scss/_variables.scss
with
2 additions
and
5 deletions
+2
-5
scss/_tables.scss
+
2
-
0
View file @
11e18af1
...
@@ -96,6 +96,8 @@
...
@@ -96,6 +96,8 @@
@include
table-row-variant
(
$color
,
theme-color-level
(
$color
,
-9
));
@include
table-row-variant
(
$color
,
theme-color-level
(
$color
,
-9
));
}
}
@include
table-row-variant
(
active
,
$table-active-bg
);
// Inverse styles
// Inverse styles
//
//
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
0
-
5
View file @
11e18af1
...
@@ -387,7 +387,6 @@ $input-height-lg: calc(#{$input-height-inner-lg} + #{$input-height
...
@@ -387,7 +387,6 @@ $input-height-lg: calc(#{$input-height-inner-lg} + #{$input-height
$input-transition
:
border-color
ease-in-out
.15s
,
box-shadow
ease-in-out
.15s
!
default
;
$input-transition
:
border-color
ease-in-out
.15s
,
box-shadow
ease-in-out
.15s
!
default
;
$form-text-margin-top
:
.25rem
!
default
;
$form-text-margin-top
:
.25rem
!
default
;
$form-feedback-margin-top
:
$form-text-margin-top
!
default
;
$form-check-margin-bottom
:
.5rem
!
default
;
$form-check-margin-bottom
:
.5rem
!
default
;
$form-check-input-gutter
:
1
.25rem
!
default
;
$form-check-input-gutter
:
1
.25rem
!
default
;
...
@@ -620,8 +619,6 @@ $card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width})
...
@@ -620,8 +619,6 @@ $card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width})
$card-cap-bg
:
rgba
(
$black
,
.03
)
!
default
;
$card-cap-bg
:
rgba
(
$black
,
.03
)
!
default
;
$card-bg
:
$white
!
default
;
$card-bg
:
$white
!
default
;
$card-dark-link-hover-color
:
$white
!
default
;
$card-img-overlay-padding
:
1
.25rem
!
default
;
$card-img-overlay-padding
:
1
.25rem
!
default
;
$card-deck-margin
:
(
$grid-gutter-width
/
2
)
!
default
;
$card-deck-margin
:
(
$grid-gutter-width
/
2
)
!
default
;
...
@@ -675,9 +672,7 @@ $popover-arrow-outer-color: fade-in($popover-border-color, .05) !defau
...
@@ -675,9 +672,7 @@ $popover-arrow-outer-color: fade-in($popover-border-color, .05) !defau
// Badges
// Badges
$badge-default-bg
:
$gray-600
!
default
;
$badge-color
:
$white
!
default
;
$badge-color
:
$white
!
default
;
$badge-link-hover-color
:
$white
!
default
;
$badge-font-size
:
75%
!
default
;
$badge-font-size
:
75%
!
default
;
$badge-font-weight
:
$font-weight-bold
!
default
;
$badge-font-weight
:
$font-weight-bold
!
default
;
$badge-padding-y
:
.25em
!
default
;
$badge-padding-y
:
.25em
!
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