# HG changeset patch # User Mads Kiilerich # Date 1516494522 -3600 # Node ID f0c4fcdd1035cbc2b4459de8d91e804b4b27f239 # Parent 04a41e0361d6dff050efb1733a8ac2f45b90939a Drop unused .lineno-inline styling (and avoid user-select styling problems) diff -r 04a41e0361d6 -r f0c4fcdd1035 kallithea/public/less/kallithea-diff.less --- 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;