Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Use pointer cursor for <summary>s
Browse files Browse the repository at this point in the history
  • Loading branch information
wooster0 authored May 14, 2022
1 parent eb10c36 commit 7a4d1bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/css/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ legend {
border: none;
}

summary {
cursor: pointer;
}

// .mx_textinput is a container for a text input
// + some other controls like buttons, ...
// it has the appearance of a text box so the controls
Expand Down

0 comments on commit 7a4d1bd

Please sign in to comment.