From 7a4d1bd1bfa5ac5c8afa157baeb01665b5cfd7fd Mon Sep 17 00:00:00 2001 From: r00ster Date: Sat, 14 May 2022 15:39:34 +0200 Subject: [PATCH] Use pointer cursor for s --- res/css/_common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/css/_common.scss b/res/css/_common.scss index ade69bc9417c..2b2a2f740492 100644 --- a/res/css/_common.scss +++ b/res/css/_common.scss @@ -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