Skip to content

Commit

Permalink
fix(frontend): set cursor to "not-allowed" when hovering a disabled f…
Browse files Browse the repository at this point in the history
…ield
  • Loading branch information
Falinor committed Feb 5, 2025
1 parent 613d963 commit a034e7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.selectDisabled {
cursor: not-allowed;
cursor: not-allowed !important;
color: var(--text-disabled-grey);
box-shadow: inset 0 -2px 0 0 var(--border-disabled-grey);
--data-uri-svg: url(data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' ><path fill='%23929292' d='M12,13.1l5-4.9l1.4,1.4L12,15.9L5.6,9.5l1.4-1.4L12,13.1z'/></svg>);
Expand Down

0 comments on commit a034e7e

Please sign in to comment.