Skip to content

Commit

Permalink
use > in default style
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Aug 15, 2020
1 parent 517efd2 commit f6a3224
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions haxe/ui/_module/styles/default/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
clip: true;
}

.tabbar .tabbar-contents {
.tabbar > .tabbar-contents {
border: none;
border-bottom-width: 1px;
border-bottom-color: #ABABAB;
Expand Down Expand Up @@ -109,15 +109,15 @@
height: auto;
}

.tabview .tabview-tabs {
.tabview > .tabview-tabs {
margin-top: 1px;
}

.tabview:bottom .tabview-tabs {
.tabview:bottom > .tabview-tabs {
margin-top: -1px;
}

.tabview .tabview-content {
.tabview > .tabview-content {
border: 1px solid #ABABAB;
padding: 5px;
background-color: white;
Expand Down

0 comments on commit f6a3224

Please sign in to comment.