Skip to content

Commit

Permalink
Don't transition note list/editor background color when switching themes
Browse files Browse the repository at this point in the history
  • Loading branch information
srgpqt committed Dec 4, 2015
1 parent f35fc2a commit bea986b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scss/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
font-size: 14px;
color: darken($gray, 20%);
background: $white;
transition: 200ms;
resize: none;
-webkit-tap-highlight-color: transparent;

Expand Down
2 changes: 1 addition & 1 deletion scss/note-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
background: $white;
display: flex;
flex-direction: column;
transition: $anim-transition;
transition: flex 200ms ease-in-out, transform 200ms ease-in-out;

@media only screen and ( max-width: 700px ) {
flex: 0 1 35%;
Expand Down

0 comments on commit bea986b

Please sign in to comment.