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
9f092901
Commit
9f092901
authored
7 years ago
by
Patrick Yeo
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
(
#22414
) Rename for consistency `$list-group-link-*-*` to `$list-group-action-*-*`
parent
6ed8a735
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_list-group.scss
+4
-4
scss/_list-group.scss
scss/_variables.scss
+4
-4
scss/_variables.scss
with
8 additions
and
8 deletions
+8
-8
scss/_list-group.scss
+
4
-
4
View file @
9f092901
...
...
@@ -19,19 +19,19 @@
.list-group-item-action
{
width
:
100%
;
// For `<button>`s (anchors become 100% by default though)
color
:
$list-group-
link
-color
;
color
:
$list-group-
action
-color
;
text-align
:
inherit
;
// For `<button>`s (anchors inherit)
// Hover state
@include
hover-focus
{
color
:
$list-group-
link
-hover-color
;
color
:
$list-group-
action
-hover-color
;
text-decoration
:
none
;
background-color
:
$list-group-hover-bg
;
}
&
:active
{
color
:
$list-group-
link
-active-color
;
background-color
:
$list-group-
link
-active-bg
;
color
:
$list-group-
action
-active-color
;
background-color
:
$list-group-
action
-active-bg
;
}
}
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
4
-
4
View file @
9f092901
...
...
@@ -802,11 +802,11 @@ $list-group-active-border-color: $list-group-active-bg !default;
$list-group-disabled-color
:
$gray-light
!
default
;
$list-group-disabled-bg
:
$list-group-bg
!
default
;
$list-group-
link
-color
:
$gray
!
default
;
$list-group-
link
-hover-color
:
$list-group-
link
-color
!
default
;
$list-group-
action
-color
:
$gray
!
default
;
$list-group-
action
-hover-color
:
$list-group-
action
-color
!
default
;
$list-group-
link
-active-color
:
$list-group-color
!
default
;
$list-group-
link
-active-bg
:
$gray-lighter
!
default
;
$list-group-
action
-active-color
:
$list-group-color
!
default
;
$list-group-
action
-active-bg
:
$gray-lighter
!
default
;
// Image thumbnails
...
...
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