Skip to content

Commit

Permalink
Use different colors for panel select background & border
Browse files Browse the repository at this point in the history
Should an image now have the same color as one of the two, the other is
still visible.

[Issue: #302]
  • Loading branch information
eidens committed Jan 20, 2022
1 parent 68a0ea7 commit 43cc6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/components/PanelListingGridItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -414,13 +414,13 @@ $authors-height: $font-size-sm;
height: 40px;
background-color: $very-light-gray-opaque;
border: solid 3px $very-light-gray;
border: solid 3px $mostly-white-gray;
border-radius: 50%;
}
.panel-select-button:hover,
.panel-select-button:focus {
background-color: $mostly-white-gray-opaque;
border: solid 3px $mostly-white-gray;
border: solid 3px $very-light-gray;
}
.sd-grid-item::v-deep .modal-dialog {
Expand Down

0 comments on commit 43cc6fa

Please sign in to comment.