Skip to content

Commit

Permalink
Added hover to close button
Browse files Browse the repository at this point in the history
  • Loading branch information
elizachi committed Sep 6, 2024
1 parent 34ef9e1 commit 84d5273
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions codex-ui/src/vue/components/popup/Popup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ withDefaults(
padding: var(--spacing-very-x);
box-shadow: inset 0 0 0 var(--delimiter-height);
border-radius: var(--radius-l);
&:hover {
color: var(--base--text);
}
}
}
Expand Down

0 comments on commit 84d5273

Please sign in to comment.