From ecc6b608a51a48a824da8cb9855468743883fcb0 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Thu, 2 Apr 2020 14:35:59 +1100 Subject: [PATCH] disable highlight of window control buttons --- resources/user.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/user.css b/resources/user.css index a28300e..90551d5 100644 --- a/resources/user.css +++ b/resources/user.css @@ -8,6 +8,7 @@ /* window control buttons: blockĀ */ #window-buttons-area { padding-left: 14px; + user-select: none; } /* window control buttons: light theme */ .notion-light-theme .window-buttons {