From 7de6645357a1da0d3652e64fadc15744d1c9218d Mon Sep 17 00:00:00 2001 From: daeng rosanda Date: Sun, 1 Aug 2021 18:21:45 +0700 Subject: [PATCH] FIX: #9 --- styles/atoum-plugin.less | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/styles/atoum-plugin.less b/styles/atoum-plugin.less index b294aa7..07c32c8 100644 --- a/styles/atoum-plugin.less +++ b/styles/atoum-plugin.less @@ -121,9 +121,10 @@ } } -atom-text-editor::shadow { +atom-text-editor { + .editor { .failing { - &.decoration { + &.syntax--decoration { left: 0; right: 0; display: flex; @@ -144,7 +145,7 @@ atom-text-editor::shadow { } .covered { - &.decoration { + &.syntax--decoration { left: 0; right: 0; display: flex; @@ -159,7 +160,7 @@ atom-text-editor::shadow { } .uncovered { - &.decoration { + &.syntax--decoration { left: 0; right: 0; display: flex; @@ -172,4 +173,5 @@ atom-text-editor::shadow { } } } + } }