Skip to content

Commit

Permalink
Fix nested declaration deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Sep 14, 2024
1 parent a1744d0 commit 880b8c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions panel/src/scss/components/_files-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
display: flex;
align-items: center;
padding: 0.5rem;
border-bottom: 1px solid $color-base-600;
font-size: $font-size-sm;

&:hover {
background-color: $color-base-800;
}

border-bottom: 1px solid $color-base-600;
font-size: $font-size-sm;
}

.files-item:first-child {
Expand Down

0 comments on commit 880b8c1

Please sign in to comment.