Skip to content

Commit

Permalink
Update flexpane border selector
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Apr 1, 2017
1 parent 956237c commit 6047bf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scss/modules/flexpane/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@
color: $base-font-color;
}
}
}

.flexbox_client.flexpane_redesign.flex_pane_showing #col_flex {
border-left: 1px solid $color-shade-dark;
&.flex_pane_showing #col_flex {
border-left: 1px solid $color-shade-dark;
}
}

.toolbar_container {
Expand Down

0 comments on commit 6047bf7

Please sign in to comment.