From 3564d2fddfa74a7f907a53300150002f46417a5e Mon Sep 17 00:00:00 2001 From: Bennett Date: Sun, 11 Oct 2020 20:07:34 +0200 Subject: Improve Ferdi's design (#977) Co-authored-by: Amine Mouafik --- src/styles/layout.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/styles/layout.scss') diff --git a/src/styles/layout.scss b/src/styles/layout.scss index de00c01b4..b1e163421 100644 --- a/src/styles/layout.scss +++ b/src/styles/layout.scss @@ -183,3 +183,7 @@ body.win32:not(.isFullScreen) .app .app__content { z-index: 999999999; pointer-events: none; } + +a, button { + cursor: pointer; +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf