Skip to content

Commit

Permalink
Small fixes in view editor
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Dec 18, 2024
1 parent 6a57bab commit d016d26
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/pages/discovery/editor-common.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
padding: 2px 12px;
background: rgba(200, 200, 200, 0.2);
font-size: 12px;
user-select: none;
cursor: pointer;
}
.page-discovery > .discovery-editor .discovery-editor-tab.active {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/discovery/editor-query.css
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
mask-image: url(./img/perform.svg);
}
.page-discovery > .discovery-editor .query-editor > .discovery-view-editor > .discovery-view-editor__output-panel > .buttons .view-checkbox :checked + .view-checkbox__label {
background-color: light-dark(rgba(0, 141, 255, 0.75), #aaa);
background-color: light-dark(rgba(0, 141, 255, 0.75), #b8b8b8);
}

.page-discovery > .discovery-editor .query-editor > .discovery-view-editor > .discovery-view-editor__output-panel > .buttons .view-checkbox:hover {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/discovery/img/perform.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/pages/discovery/img/suggestions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d016d26

Please sign in to comment.