Skip to content

Commit b6ab389

Browse files
committed
Removing css that caused issue with borders displaying in secondary and tertiary nav panels. Also moving the z-index fix for PTNFLY-1134 from list-group.less to list-view.less
1 parent eb59d2e commit b6ab389

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

less/list-group.less

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,10 @@
99
}
1010
}
1111
.list-group-item {
12-
border-top: 0;
1312
border-left: 0;
1413
border-right: 0;
15-
margin-bottom: 0;
1614
}
1715

1816
.list-group-item-heading {
1917
font-weight: 600;
2018
}
21-
22-
.list-group-item {
23-
&.active,
24-
&.active:hover,
25-
&.active:focus {
26-
border-top: solid 1px @list-group-active-border;
27-
margin-top: -1px;
28-
z-index: auto;
29-
}
30-
&.active:first-child{
31-
border-top: 1px solid @list-group-active-border !important;
32-
margin-top: -1px;
33-
}
34-
}

less/list-view.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
&.active {
1515
color: @list-group-link-color;
1616
background-color: @list-view-active-bg;
17+
z-index:auto;
1718
}
1819
&:hover {
1920
background-color: @list-view-hover-bg;

0 commit comments

Comments
 (0)