remove top border from .tab-background
This commit is contained in:
parent
fea6e47687
commit
ec17a82ede
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ See the above repository for updates as well as full license text. */
|
|||
.tab-background{
|
||||
border-radius: 0 !important;
|
||||
box-shadow: none !important;
|
||||
border-top: 0 !important;
|
||||
}
|
||||
|
||||
.tab-background:not([selected])[multiselected]{
|
||||
|
|
Loading…
Reference in a new issue