changeset 7106:5aa71718b223

style: remove unused styling
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 21 Jan 2018 22:06:59 +0100
parents 97ea346aa4bd
children 5d544e6b3fe0
files kallithea/public/less/style.less
diffstat 1 files changed, 0 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/less/style.less	Wed Oct 25 21:38:43 2017 +0200
+++ b/kallithea/public/less/style.less	Sun Jan 21 22:06:59 2018 +0100
@@ -518,20 +518,6 @@
 .changeset-status-under_review {
   color: #ffc71e;
 }
-.pull-right .changes {
-  clear: both;
-}
-.pull-right .changes .changed_total {
-  display: block;
-  float: right;
-  text-align: center;
-  min-width: 45px;
-  cursor: pointer;
-  color: #444444;
-  background: #FEA;
-  border-radius: 0px 0px 0px 6px;
-  padding: 1px;
-}
 .pull-right .changes .added,
 .pull-right .changes .changed,
 .pull-right .changes .deleted {