mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:41:43 +00:00
editor: arreglar bug raro de scss hardcodeando variable
This commit is contained in:
parent
4dfba17941
commit
1759d0f680
1 changed files with 1 additions and 1 deletions
|
@ -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] {
|
||||
|
|
Loading…
Reference in a new issue