Changeset - f0c4fcdd1035
[Not reviewed]
default
0 1 0
Mads Kiilerich - 8 years ago 2018-01-21 01:28:42
mads@kiilerich.com
Drop unused .lineno-inline styling (and avoid user-select styling problems)
1 file changed with 0 insertions and 9 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/kallithea-diff.less
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)