# HG changeset patch # User Mads Kiilerich # Date 2018-01-21 01:28:42 # Node ID f0c4fcdd1035cbc2b4459de8d91e804b4b27f239 # Parent 04a41e0361d6dff050efb1733a8ac2f45b90939a Drop unused .lineno-inline styling (and avoid user-select styling problems) diff --git a/kallithea/public/less/kallithea-diff.less b/kallithea/public/less/kallithea-diff.less --- a/kallithea/public/less/kallithea-diff.less +++ b/kallithea/public/less/kallithea-diff.less @@ -146,15 +146,6 @@ BIN_FILENODE = 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;