From fd6fd31dfdf6d5219b4bedb90f99a3b4b74e8e3e Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Thu, 5 Jan 2017 17:41:21 +0200 Subject: [PATCH] fix seleciton height --- app/components/SimpleEditor/SimpleEditor.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/components/SimpleEditor/SimpleEditor.scss b/app/components/SimpleEditor/SimpleEditor.scss index 852a679..f0b18f4 100644 --- a/app/components/SimpleEditor/SimpleEditor.scss +++ b/app/components/SimpleEditor/SimpleEditor.scss @@ -229,7 +229,14 @@ $active-blue: #4a90e2; } .se-selection-fragment { - background: none; + background: $light-gray; + &::selection { + background: none; + } + + &::-moz-selection { + background: none; + } } &:first-child { -- GitLab