Skip to content

Commit

Permalink
Styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
obuchtala committed Apr 17, 2020
1 parent 5373091 commit cbae1c1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion styles/_modal-canvas.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 2;
z-index: 1;
}


Expand Down
1 change: 1 addition & 0 deletions styles/_popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// to have it out of the way, because we can not use display:none
top: -10000px;
left: -10000px;
z-index: 1;
}

.sc-popover.sm-hidden {
Expand Down
9 changes: 9 additions & 0 deletions styles/_query-select.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.sc-query-select-option {
@include ts-interface;
padding: var(--half-spacing);
cursor: pointer;

&.sm-selected {
box-shadow: var(--custom-selection-box-shadow);
}
}
1 change: 1 addition & 0 deletions styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
@import './_multi-select.scss';
@import './_placeholder.scss';
@import './_popover.scss';
@import './_query-select.scss';
@import './_reference.scss';
@import './_reference-list.scss';
@import './_resource.scss';
Expand Down

0 comments on commit cbae1c1

Please sign in to comment.