Created
April 16, 2018 18:57
-
-
Save Sekhmet/fc73fd171ca19faa1d7d5ac0fd383b63 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/components/Editor/Editor.css b/src/components/Editor/Editor.css | |
index 12f2ed8..ef80614 100644 | |
--- a/src/components/Editor/Editor.css | |
+++ b/src/components/Editor/Editor.css | |
@@ -55,17 +55,17 @@ html[dir="rtl"] .editor-mount { | |
width: 60px !important; | |
height: 13px; | |
left: -57px !important; | |
- background-color: var(--theme-highlight-blue) !important; | |
+ background-color: #e6e9eb !important; | |
mask: url(/images/breakpoint.svg) no-repeat; | |
mask-size: 100%; | |
mask-position: 0 1px; | |
- opacity: 0.8; | |
+ /* opacity: 0.8; */ | |
} | |
:not(.empty-line):not(.new-breakpoint) | |
> .CodeMirror-gutter-wrapper:hover | |
> .CodeMirror-linenumber { | |
- color: white; | |
+ /* color: white !important; */ | |
left: auto !important; | |
right: 4px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/components/Editor/Editor.css b/src/components/Editor/Editor.css | |
index 12f2ed8..b607da7 100644 | |
--- a/src/components/Editor/Editor.css | |
+++ b/src/components/Editor/Editor.css | |
@@ -52,22 +52,22 @@ html[dir="rtl"] .editor-mount { | |
} | |
:not(.empty-line):not(.new-breakpoint) > .CodeMirror-gutter-wrapper:hover { | |
- width: 60px !important; | |
+ width: 29px !important; | |
height: 13px; | |
- left: -57px !important; | |
- background-color: var(--theme-highlight-blue) !important; | |
- mask: url(/images/breakpoint.svg) no-repeat; | |
- mask-size: 100%; | |
- mask-position: 0 1px; | |
- opacity: 0.8; | |
+ /* left: -57px !important; */ | |
+ background-color: #e6e9eb !important; | |
+ /* mask: url(/images/breakpoint.svg) no-repeat; */ | |
+ /* mask-size: 100%; */ | |
+ /* mask-position: 0 1px; */ | |
+ /* opacity: 0.8; */ | |
} | |
:not(.empty-line):not(.new-breakpoint) | |
> .CodeMirror-gutter-wrapper:hover | |
> .CodeMirror-linenumber { | |
- color: white; | |
- left: auto !important; | |
- right: 4px; | |
+ /* color: white !important; */ | |
+ /* left: auto !important; */ | |
+ /* right: 4px; */ | |
} | |
.editor-wrapper .breakpoints { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/components/Editor/Editor.css b/src/components/Editor/Editor.css | |
index 12f2ed8..c702663 100644 | |
--- a/src/components/Editor/Editor.css | |
+++ b/src/components/Editor/Editor.css | |
@@ -54,12 +54,11 @@ html[dir="rtl"] .editor-mount { | |
:not(.empty-line):not(.new-breakpoint) > .CodeMirror-gutter-wrapper:hover { | |
width: 60px !important; | |
height: 13px; | |
- left: -57px !important; | |
- background-color: var(--theme-highlight-blue) !important; | |
+ left: -55px !important; | |
+ background-color: #328fec !important; | |
mask: url(/images/breakpoint.svg) no-repeat; | |
mask-size: 100%; | |
mask-position: 0 1px; | |
- opacity: 0.8; | |
} | |
:not(.empty-line):not(.new-breakpoint) | |
@@ -67,7 +66,7 @@ html[dir="rtl"] .editor-mount { | |
> .CodeMirror-linenumber { | |
color: white; | |
left: auto !important; | |
- right: 4px; | |
+ right: 6px; | |
} | |
.editor-wrapper .breakpoints { | |
@@ -117,6 +116,11 @@ html[dir="rtl"] .editor-mount { | |
border: 1px solid #00b6ff; | |
} | |
+.breakpoint { | |
+ position: absolute; | |
+ right: -2px; | |
+} | |
+ | |
.editor.new-breakpoint.folding-enabled svg { | |
right: -16px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment