changeset 7090:f0c4fcdd1035

Drop unused .lineno-inline styling (and avoid user-select styling problems)
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 21 Jan 2018 01:28:42 +0100
parents 04a41e0361d6
children 422671dd32df
files kallithea/public/less/kallithea-diff.less
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/less/kallithea-diff.less	Fri Oct 21 19:22:35 2016 +0200
+++ b/kallithea/public/less/kallithea-diff.less	Sun Jan 21 01:28:42 2018 +0100
@@ -146,15 +146,6 @@
   .line:hover .lineno a {
     color: #333 !important;
   }
-  .lineno-inline {
-    background: none repeat scroll 0 0 #FFF !important;
-    padding-left: 2px;
-    padding-right: 2px;
-    text-align: right;
-    width: 30px;
-    -moz-user-select: none;
-    -webkit-user-select: none;
-  }
   /** CODE **/
   .code {
     display: block;