disable highlight of window control buttons

This commit is contained in:
dragonwocky 2020-04-02 14:35:59 +11:00
parent 12251e0722
commit ecc6b608a5
Signed by: dragonwocky
GPG Key ID: B570B11B1DFB50E4

View File

@ -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 {