Skip to content

Commit

Permalink
Merge pull request #11 from drosanda/fix/issue9
Browse files Browse the repository at this point in the history
FIX: #9
  • Loading branch information
Grummfy committed Sep 12, 2021
2 parents 96e12ec + 7de6645 commit 0831ff5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions styles/atoum-plugin.less
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,10 @@
}
}

atom-text-editor::shadow {
atom-text-editor {
.editor {
.failing {
&.decoration {
&.syntax--decoration {
left: 0;
right: 0;
display: flex;
Expand All @@ -144,7 +145,7 @@ atom-text-editor::shadow {
}

.covered {
&.decoration {
&.syntax--decoration {
left: 0;
right: 0;
display: flex;
Expand All @@ -159,7 +160,7 @@ atom-text-editor::shadow {
}

.uncovered {
&.decoration {
&.syntax--decoration {
left: 0;
right: 0;
display: flex;
Expand All @@ -172,4 +173,5 @@ atom-text-editor::shadow {
}
}
}
}
}

0 comments on commit 0831ff5

Please sign in to comment.