Skip to content

Commit

Permalink
Fix flexpane toolbar selector
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 11, 2016
1 parent 27ecc76 commit e1b592a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/modules/flexpane/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
}

.toolbar {
.toolbar_container {
background: $color-base;
}

Expand Down Expand Up @@ -96,7 +96,7 @@
}
}

.toolbar {
.toolbar_container {
background: $color-base;
border-bottom: 1px solid $color-shade-darkest;
color: $base-font-color;
Expand Down

0 comments on commit e1b592a

Please sign in to comment.