Skip to content

Commit

Permalink
Remove left border in Focus Mode (Automattic#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
qualitymanifest authored and mirka committed Jan 11, 2019
1 parent d1dd326 commit 8c0b9e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/app-layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
width: 0;
transition: width .2s ease-in-out, opacity .2s ease-in-out;
}
.theme-color-border {
border-left-width: 0px;
transition: border-left-width .2s;
}
}

&.is-navigation-open {
Expand Down

0 comments on commit 8c0b9e7

Please sign in to comment.