Skip to content

Commit

Permalink
Bug 1903995 - [devtools] Disable selection on the line number gutters…
Browse files Browse the repository at this point in the history
… r=devtools-reviewers,nchevobbe

Differential Revision: https://phabricator.services.mozilla.com/D215067

UltraBlame original commit: 52879d7076e96efee17fc56f9f8feafc2ddb79ae
  • Loading branch information
marco-c committed Jul 1, 2024
1 parent ad41c31 commit 6c1e80a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions devtools/client/shared/sourceeditor/codemirror/mozilla.css
Original file line number Diff line number Diff line change
Expand Up @@ -2221,6 +2221,26 @@ editor
.
cm
-
gutter
.
cm
-
lineNumbers
{
user
-
select
:
none
;
}
.
cm
-
editor
.
cm
-
foldPlaceholder
{
font
Expand Down

0 comments on commit 6c1e80a

Please sign in to comment.