From 9783711818b99ec55017dd2011dc51dc4f110e5d Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 29 Nov 2016 14:50:59 +0100 Subject: [PATCH] Add New File button: avoid selection of text and highlight when active --- src/styles/_project.sass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/_project.sass b/src/styles/_project.sass index 748dad94..0a07a7d5 100644 --- a/src/styles/_project.sass +++ b/src/styles/_project.sass @@ -2414,6 +2414,10 @@ section.node-children padding: 5px 10px margin-bottom: 10px opacity: 1 + user-select: none + + &:active + background: lighten($color-success, 5%) &.notallowed opacity: .2