From 9a0fce22c43c7b9c2ad7c413c4f9471984995969 Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Thu, 26 Mar 2015 14:49:03 -0400 Subject: [PATCH] fix(lint): fix linting css errors --- static/components/popover.less | 4 ++-- static/selection.less | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/components/popover.less b/static/components/popover.less index eec199d4b..8fa7eaa63 100644 --- a/static/components/popover.less +++ b/static/components/popover.less @@ -13,7 +13,7 @@ max-height:400px; background-color: @background-color; transform: translate(-50%,-100%); - box-shadow: 0px 4px 30px rgba(0,0,0,0.19), inset 0px 0px 1px rgba(0,0,0,0.5); + box-shadow: 0 4px 30px rgba(0,0,0,0.19), inset 0 0 1px rgba(0,0,0,0.5); border-radius: @border-radius-base; z-index: 40; @@ -51,4 +51,4 @@ z-index:0; bottom: -10px; } -} \ No newline at end of file +} diff --git a/static/selection.less b/static/selection.less index 300930b6d..4dc2f0bc8 100644 --- a/static/selection.less +++ b/static/selection.less @@ -6,7 +6,7 @@ body { -webkit-user-select: none; user-select: none; } -input, textarea, *[contenteditable], { +input, textarea, div[contenteditable], { -webkit-user-select: auto; user-select: auto; }