Skip to content

Commit

Permalink
style: add divider hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Jul 7, 2024
1 parent 682915b commit b3d7b08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/components/EditorNOutput/EditorNOutput.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@
background-color: hsl(var(--border-color));
cursor: row-resize;
}

.divider:hover,
.divider:active {
background-color: hsl(var(--primary) / 0.75);
}

0 comments on commit b3d7b08

Please sign in to comment.