Skip to content

Commit 9eeb404

Browse files
committed
Update Edit Selected button hover state to use dark button pattern
- Normal state: White background with green border (original style) - Hover state: Dark Forest green background with white text - Matches the inverted color pattern of Delete Selected button
1 parent fc04979 commit 9eeb404

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mflix/client/app/movies/movies.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,8 @@
465465
}
466466

467467
.editSelectedButton:hover:not(:disabled) {
468-
background: var(--mongodb-mint);
468+
background: var(--mongodb-forest);
469+
color: var(--mongodb-white);
469470
transform: translateY(-1px);
470471
box-shadow: var(--shadow-sm);
471472
}

0 commit comments

Comments
 (0)