Skip to content

Commit

Permalink
Move checkbox cursor style to css
Browse files Browse the repository at this point in the history
  • Loading branch information
geom3trik committed Jan 18, 2024
1 parent 466e1c8 commit aaf091d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions crates/vizia_core/resources/themes/default_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ checkbox {
height: 20px;
child-space: 1s;
font-family: "tabler-icons", sans-serif;
cursor: hand;
}

/* CHIP */
Expand Down
1 change: 0 additions & 1 deletion crates/vizia_core/src/views/checkbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ impl Checkbox {
.checked(checked)
.role(Role::CheckBox)
.default_action_verb(DefaultActionVerb::Click)
.cursor(CursorIcon::Hand)
.navigable(true)
}

Expand Down

0 comments on commit aaf091d

Please sign in to comment.