Commit dc436427 authored by Shohei Yoshida's avatar Shohei Yoshida Committed by XhmikosR
Browse files

Move `z-index` to .list-group-item-action and remove redundant `text-decoration: none` (#27996)

parent 48fe2c23
Showing with 1 addition and 5 deletions
+1 -5
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment