From 799423629a6b6aaf776a8f878f639c5d7b1f094f Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 30 Jan 2022 01:55:01 +0300 Subject: [PATCH] use standard cursor for svg inside buttons --- global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/global.css b/global.css index fb5fa4ca..cbb92c9e 100644 --- a/global.css +++ b/global.css @@ -56,6 +56,10 @@ button:active { background-size: 100% 100%; } +button .svg-icon { + cursor: auto; +} + /* For some odd reason these hovers appear lighter than all other button hovers in every browser */ #message-box-buttons button:not(:disabled):hover { background-color: hsl(0, 0%, 90%);