Skip to content

Commit

Permalink
fix: styling tweak for the readonly item count tag
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jan 5, 2022
1 parent 68fcb6a commit 5bbb679
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/modes/treemode/JSONNode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@

&.readonly {
color: $light-gray-transparent;
background: $background-gray;
background: $background-light-gray-transparent;
cursor: inherit;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@
background-color: $selection-background !important;
}
}

.tag.readonly {
background: transparent;
}
}

.insert-area {
Expand Down
1 change: 1 addition & 0 deletions src/lib/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ $selection-color: $black;
$hovered-background: rgb(240, 240, 240); // #f0f0f0
$hovered-background-transparent: rgba(0, 0, 0, 0.06); // #f0f0f0, with transparency
$background-gray: #f5f5f5;
$background-light-gray-transparent: rgba(0, 0, 0, 0.06);
$border-gray: #d8dbdf;
$meta-color: $gray-transparent;
$edit-border-color: $dark-gray;
Expand Down

0 comments on commit 5bbb679

Please sign in to comment.