fixed that damn tab link border thing
This commit is contained in:
parent
5fd5af9f47
commit
0bf59a0bb0
|
@ -7,3 +7,8 @@
|
||||||
.groups--list .list-group-item {
|
.groups--list .list-group-item {
|
||||||
padding: 5px 7px;
|
padding: 5px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a[role="tab"] {
|
||||||
|
outline: 0px none;
|
||||||
|
border: none !important;
|
||||||
|
}
|
Loading…
Reference in New Issue