Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #156 from KsavinN/hoverIssue
Browse files Browse the repository at this point in the history
resolve hover issue and aligment of gutter
  • Loading branch information
jtpio authored Nov 5, 2019
2 parents 3a6e145 + 87ae502 commit 4aa2864
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style/breakpoints.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

.jp-breakpoint-marker {
position: absolute;
left: -35px;
left: -34px;
top: -1px;
color: var(--jp-error-color1);
}
Expand All @@ -27,6 +27,7 @@
top: -1px;
}

.CodeMirror-gutter-wrapper:hover::after {
.jp-CodeCell.jp-mod-selected .CodeMirror-gutter-wrapper:hover::after,
.jp-Editor.jp-mod-focused .CodeMirror-gutter-wrapper:hover::after {
opacity: 0.5;
}

0 comments on commit 4aa2864

Please sign in to comment.