From 1759d0f680f4d334e66dc48e6f3d425dc74f1f2e Mon Sep 17 00:00:00 2001 From: void Date: Sat, 13 Feb 2021 23:51:10 +0000 Subject: [PATCH] editor: arreglar bug raro de scss hardcodeando variable --- app/assets/stylesheets/editor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/editor.scss b/app/assets/stylesheets/editor.scss index 03359f4..88c749f 100644 --- a/app/assets/stylesheets/editor.scss +++ b/app/assets/stylesheets/editor.scss @@ -63,7 +63,7 @@ p, h1, h2, h3, h4, h5, h6, ul, li { outline: #ccc solid thin; } strong, em, del, u, sub, sup { background: #0002; } a { background: #13fefe50; } - [data-editor-selected] { outline: $magenta solid thick; } + [data-editor-selected] { outline: #f206f9 solid thick; } } *[data-editor-loading] {