Skip to content

Commit

Permalink
Update background color of listings rows on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Usbac committed Jan 28, 2024
1 parent 99370dc commit 8add7d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion public/assets/css/admin/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
--button-background-color: #006ad3;
--danger-color: #ff5234;
--danger-background-color: #413a46;
--row-hover-background: linear-gradient(270deg, #293040, transparent);
color: var(--main-color);
}

Expand Down
3 changes: 1 addition & 2 deletions public/assets/css/admin/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
--danger-background-color: #ffebe9a3;
--success-color: #29b23a;
--box-shadow: 0px 0px 3px 1px var(--border-color);
--row-hover-background: linear-gradient(270deg, #fff, #f3f3f300);
--border-radius: 8px;
--nav-width: 220px;
--input-padding: 6px 12px;
Expand Down Expand Up @@ -1062,7 +1061,7 @@ textarea.code {
}

.listing-row:not(.header):hover {
background: var(--row-hover-background);
background: var(--fourth-color);
}

.subtitle {
Expand Down

0 comments on commit 8add7d7

Please sign in to comment.