Skip to content

Commit

Permalink
Updated styles that used the ::shadow selector which is depreciated
Browse files Browse the repository at this point in the history
  • Loading branch information
morekitsch authored Jan 13, 2017
1 parent 893fbb9 commit 802e701
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/fountain.less
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ ul.outline-list > li.outline-li > ul.outline-ul {
height: 100%;
}

atom-text-editor::shadow {
.fountain.scene {
atom-text-editor.editor {
.syntax--fountain.syntax--scene {
color: @text-color-info;
}

.fountain.character {
.syntax--fountain.syntax--character {
font-weight: bold;
}
}
Expand Down

0 comments on commit 802e701

Please sign in to comment.