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
dc436427
Commit
dc436427
authored
6 years ago
by
Shohei Yoshida
Committed by
XhmikosR
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Move `z-index` to .list-group-item-action and remove redundant `text-decoration: none` (#27996)
parent
48fe2c23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_list-group.scss
+1
-5
scss/_list-group.scss
with
1 addition
and
5 deletions
+1
-5
scss/_list-group.scss
+
1
-
5
View file @
dc436427
...
...
@@ -24,6 +24,7 @@
// Hover state
@include
hover-focus
{
z-index
:
1
;
// Place hover/focus items above their siblings for proper border styling
color
:
$list-group-action-hover-color
;
text-decoration
:
none
;
background-color
:
$list-group-hover-bg
;
...
...
@@ -58,11 +59,6 @@
@include
border-bottom-radius
(
$list-group-border-radius
);
}
@include
hover-focus
{
z-index
:
1
;
// Place hover/active items above their siblings for proper border styling
text-decoration
:
none
;
}
&
.disabled
,
&
:disabled
{
color
:
$list-group-disabled-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