Skip to content

Commit

Permalink
Fixed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev committed Feb 9, 2024
1 parent 0c241da commit ac3d77e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 3 additions & 1 deletion cvat-ui/src/components/job-item/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
.cvat-job-item {
border: 1px solid $border-color-1;
border-radius: 3px;
margin-bottom: $grid-unit-size;
background: $background-color-1;

&:hover {
border: 1px solid $border-color-hover;
transition: box-shadow 0.5s;
box-shadow: $box-shadow-base;
}

.cvat-job-item-icon {
Expand Down
4 changes: 0 additions & 4 deletions cvat-ui/src/components/task-page/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@
width: 100%;
height: auto;
margin-top: $grid-unit-size * 2;

.cvat-job-item {
margin-bottom: $grid-unit-size;
}
}

.cvat-task-top-bar {
Expand Down
2 changes: 1 addition & 1 deletion cvat-ui/src/components/tasks-page/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

&:hover {
transition: box-shadow 0.5s;
box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 16%), 0 3px 6px 0 rgba(0, 0, 0, 12%), 0 5px 12px 4px rgba(0, 0, 0, 9%);
box-shadow: $box-shadow-base;
}

.cvat-task-item-loading-preview,
Expand Down

0 comments on commit ac3d77e

Please sign in to comment.