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
d6a5439a
Commit
d6a5439a
authored
8 years ago
by
Pierre-Denis Vanduynslager
Committed by
Mark Otto
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove list-group-item-heading and list-group-item-text (#21653)
parent
a3bc607c
9 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!22391
V4 dev
,
!22143
Fix selectable disabled toggle radio buttons
,
!22598
test
,
!25326
Adjust examples
,
!23995
Add back cursor: pointer for .btn-link
,
!23178
Spinner
,
!17021
v4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
scss/_list-group.scss
+0
-23
scss/_list-group.scss
scss/_variables.scss
+0
-3
scss/_variables.scss
scss/mixins/_list-group.scss
+0
-4
scss/mixins/_list-group.scss
with
0 additions
and
30 deletions
+0
-30
scss/_list-group.scss
+
0
-
23
View file @
d6a5439a
...
...
@@ -22,10 +22,6 @@
color
:
$list-group-link-color
;
text-align
:
inherit
;
// For `<button>`s (anchors inherit)
.list-group-item-heading
{
color
:
$list-group-link-heading-color
;
}
// Hover state
@include
hover-focus
{
color
:
$list-group-link-hover-color
;
...
...
@@ -73,14 +69,6 @@
color
:
$list-group-disabled-color
;
cursor
:
$cursor-disabled
;
background-color
:
$list-group-disabled-bg
;
// Force color to inherit for custom content
.list-group-item-heading
{
color
:
inherit
;
}
.list-group-item-text
{
color
:
$list-group-disabled-text-color
;
}
}
// Include both here for `<a>`s and `<button>`s
...
...
@@ -89,17 +77,6 @@
color
:
$list-group-active-color
;
background-color
:
$list-group-active-bg
;
border-color
:
$list-group-active-border
;
// Force color to inherit for custom content
.list-group-item-heading
,
.list-group-item-heading
>
small
,
.list-group-item-heading
>
.small
{
color
:
inherit
;
}
.list-group-item-text
{
color
:
$list-group-active-text-color
;
}
}
}
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
0
-
3
View file @
d6a5439a
...
...
@@ -852,14 +852,11 @@ $list-group-hover-bg: $gray-lightest !default;
$list-group-active-color
:
$component-active-color
!
default
;
$list-group-active-bg
:
$component-active-bg
!
default
;
$list-group-active-border
:
$list-group-active-bg
!
default
;
$list-group-active-text-color
:
lighten
(
$list-group-active-bg
,
50%
)
!
default
;
$list-group-disabled-color
:
$gray-light
!
default
;
$list-group-disabled-bg
:
$list-group-bg
!
default
;
$list-group-disabled-text-color
:
$list-group-disabled-color
!
default
;
$list-group-link-color
:
$gray
!
default
;
$list-group-link-heading-color
:
$gray-dark
!
default
;
$list-group-link-hover-color
:
$list-group-link-color
!
default
;
$list-group-link-active-color
:
$list-group-color
!
default
;
...
...
This diff is collapsed.
Click to expand it.
scss/mixins/_list-group.scss
+
0
-
4
View file @
d6a5439a
...
...
@@ -10,10 +10,6 @@
button
.list-group-item-
#{
$state
}
{
color
:
$color
;
.list-group-item-heading
{
color
:
inherit
;
}
@include
hover-focus
{
color
:
$color
;
background-color
:
darken
(
$background
,
5%
);
...
...
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