From c9d76a381be9c10ff0c7a62b048cf20c618c185c Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 27 Jun 2017 15:21:14 -0400 Subject: [PATCH] css: update less (#4584) --- public/config.codekit | 4 ++-- public/less/_repository.less | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/config.codekit b/public/config.codekit index 60412298c..245159c5a 100644 --- a/public/config.codekit +++ b/public/config.codekit @@ -1,6 +1,6 @@ { "CodeKitInfo": "This is a CodeKit 2.x project configuration file. It is designed to sync project settings across multiple machines. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. If you do so, you will likely cause CodeKit to crash. This file is not useful unless accompanied by the project that created it in CodeKit 2. This file is not backwards-compatible with CodeKit 1.x. For more information, see: http:\/\/incident57.com\/codekit", -"creatorBuild": "19115", +"creatorBuild": "19127", "files": { "\/css\/github.min.css": { "fileType": 16, @@ -66,7 +66,7 @@ "fileType": 32768, "ignore": 0, "ignoreWasSetByUser": 0, - "initialSize": 4048, + "initialSize": 514087, "inputAbbreviatedPath": "\/img\/avatar_default.png", "outputAbbreviatedPath": "\/img\/avatar_default.png", "outputPathIsOutsideProject": 0, diff --git a/public/less/_repository.less b/public/less/_repository.less index fd48fd397..efbfbbd51 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -1055,6 +1055,7 @@ .lines-num { border-right: 1px solid #d4d4d5; padding: 0 5px; + user-select: none; &.lines-num-old, &.lines-num-new { cursor: pointer;