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
b1a75486
Commit
b1a75486
authored
7 years ago
by
ysds
Committed by
XhmikosR
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Use .list-group-item-action for list group item variant (#25338)
parent
4c96f58e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/mixins/_list-group.scss
+10
-13
scss/mixins/_list-group.scss
with
10 additions
and
13 deletions
+10
-13
scss/mixins/_list-group.scss
+
10
-
13
View file @
b1a75486
...
...
@@ -4,21 +4,18 @@
.list-group-item-
#{
$state
}
{
color
:
$color
;
background-color
:
$background
;
}
a
.list-group-item-
#{
$state
}
,
button
.list-group-item-
#{
$state
}
{
color
:
$color
;
@include
hover-focus
{
color
:
$color
;
background-color
:
darken
(
$background
,
5%
);
}
&
.list-group-item-action
{
@include
hover-focus
{
color
:
$color
;
background-color
:
darken
(
$background
,
5%
);
}
&
.active
{
color
:
#fff
;
background-color
:
$color
;
border-color
:
$color
;
&
.active
{
color
:
#fff
;
background-color
:
$color
;
border-color
:
$color
;
}
}
}
}
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