Remove border-bottom for tabs header divider
This commit is contained in:
parent
341da3cea7
commit
f38d5e57dd
3 changed files with 8 additions and 1 deletions
|
@ -73,6 +73,10 @@
|
|||
background-color: #FAFAFA;
|
||||
margin-top: -15px;
|
||||
padding-top: 15px;
|
||||
|
||||
.ui.tabs.divider {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
.filter.menu {
|
||||
.label.color {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue