Skip to content

Commit

Permalink
Remove file creation animation
Browse files Browse the repository at this point in the history
  • Loading branch information
adesurirey committed Aug 12, 2020
1 parent cd0037b commit a73c27a
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions theme/notes-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,29 @@ code {
padding-bottom: 20px;
}

/* Source mode */
.CodeMirror.cm-s-typora-default *,
.cm-s-typora-default * {
background: inherit;
color: var(--text-color);
font-family: var(--monospace);
font-size: var(--font-size) !important;
font-style: normal;
font-weight: normal;
}
.CodeMirror.cm-s-typora-default div.CodeMirror-cursor {
border-left: 2px solid var(--light-trait-400);
}

.sidebar-tabs {
border-bottom: none;
}

/* New file animation */
.blink-area {
animation: none;
}

#md-searchpanel input {
border-radius: var(--border-radius);
box-shadow: none;
Expand Down Expand Up @@ -443,18 +462,3 @@ code {
#md-notification .btn {
border: 0;
}

/* Source mode */
.CodeMirror.cm-s-typora-default *,
.cm-s-typora-default * {
background: inherit;
color: var(--text-color);
font-family: var(--monospace);
font-size: var(--font-size) !important;
font-style: normal;
font-weight: normal;
}

.CodeMirror.cm-s-typora-default div.CodeMirror-cursor {
border-left: 2px solid var(--light-trait-400);
}

0 comments on commit a73c27a

Please sign in to comment.