-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dependencies, fix jsonrepair version, resolve sass warn…
…ings
- Loading branch information
Showing
52 changed files
with
769 additions
and
739 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
@import '../styles'; | ||
@use '../styles'; | ||
@use '../themes/defaults'; | ||
|
||
.jse-main { | ||
width: 100%; | ||
height: 100%; | ||
min-width: 0; | ||
min-height: $contents-min-height; | ||
font-family: $font-family; | ||
font-size: $font-size; | ||
min-height: styles.$contents-min-height; | ||
font-family: defaults.$font-family; | ||
font-size: defaults.$font-size; | ||
line-height: normal; | ||
position: relative; | ||
display: flex; | ||
flex-direction: row; | ||
|
||
// lighter selection color when the editor doesn't have focus | ||
&:not(.jse-focus) { | ||
--jse-selection-background-color: #{$selection-background-inactive-color}; | ||
--jse-context-menu-pointer-background: #{$context-menu-pointer-hover-background}; | ||
--jse-selection-background-color: #{defaults.$selection-background-inactive-color}; | ||
--jse-context-menu-pointer-background: #{defaults.$context-menu-pointer-hover-background}; | ||
} | ||
} |
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
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
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
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
Oops, something went wrong.