Skip to content

Commit

Permalink
Bug fixes for interactive card cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
linfindel authored Dec 5, 2023
1 parent 168583d commit 787be38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nadir.css
Original file line number Diff line number Diff line change
Expand Up @@ -492,22 +492,22 @@ img, video {

.card-interactive:hover {
background-color: rgba(0, 89, 255, 0.5);
cursor: url('https://nadir-software.github.io/nadircss/cursors/link-select.cur'), auto;
cursor: url('https://linfindel.github.io/nadircss/cursors/link-select.cur'), auto;
}

.card-error-interactive:hover {
background-color: rgba(255, 0, 0, 0.5);
cursor: url('https://nadir-software.github.io/nadircss/cursors/link-select.cur'), auto;
cursor: url('https://linfindel.github.io/nadircss/cursors/link-select.cur'), auto;
}

.card-success-interactive:hover {
background-color: rgba(0, 255, 0, 0.5);
cursor: url('https://nadir-software.github.io/nadircss/cursors/link-select.cur'), auto;
cursor: url('https://linfindel.github.io/nadircss/cursors/link-select.cur'), auto;
}

.card-warning-interactive:hover {
background-color: rgba(255, 255, 0, 0.5);
cursor: url('https://nadir-software.github.io/nadircss/cursors/link-select.cur'), auto;
cursor: url('https://linfindel.github.io/nadircss/cursors/link-select.cur'), auto;
}

.column {
Expand Down Expand Up @@ -771,4 +771,4 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {

input[type=number] {
-moz-appearance: textfield;
}
}

0 comments on commit 787be38

Please sign in to comment.