Skip to content

Commit

Permalink
feat(TestRun): adjust styling
Browse files Browse the repository at this point in the history
  • Loading branch information
harunbleech committed Sep 19, 2024
1 parent dd1a984 commit ff13e2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions components/comparisons/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,14 @@
outline: none;

[slot="handle"] {
position: absolute;
// opacity: 0;
display: none;
filter: drop-shadow(var(--default-handle-shadow));
}

&.rendered [slot="handle"] {
display: block;
}

.vrts-comparisons__figure {
grid-column: 1 / 1;
grid-row: 1 / 1;
Expand Down
3 changes: 2 additions & 1 deletion components/test-run-alerts/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
transition: box-shadow 0.2s;

&[data-is-sticky="true"] {
box-shadow: inset 0 -1px 0 0 $gray-10;
box-shadow: 0 1px 0 0 $gray-10;
}

a {
Expand Down Expand Up @@ -55,6 +55,7 @@
flex-direction: column;
overflow: visible;
padding: 0 20px;
margin-bottom: 21px;
}
}

Expand Down

0 comments on commit ff13e2c

Please sign in to comment.