You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2015/10/21 20:09:56 UTC

[4/5] fauxton commit: updated refs/heads/master to b7dd66c

remove dead css


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/8032b1d2
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/8032b1d2
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/8032b1d2

Branch: refs/heads/master
Commit: 8032b1d252fe6aede01ddfe03eb0f6a763198fc5
Parents: cdd984d
Author: Robert Kowalski <ro...@apache.org>
Authored: Wed Oct 21 19:05:13 2015 +0200
Committer: Robert Kowalski <ro...@apache.org>
Committed: Wed Oct 21 19:05:13 2015 +0200

----------------------------------------------------------------------
 .../components/assets/less/bulk-selector.less   | 25 --------------------
 1 file changed, 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/8032b1d2/app/addons/components/assets/less/bulk-selector.less
----------------------------------------------------------------------
diff --git a/app/addons/components/assets/less/bulk-selector.less b/app/addons/components/assets/less/bulk-selector.less
index b1cd405..193a271 100644
--- a/app/addons/components/assets/less/bulk-selector.less
+++ b/app/addons/components/assets/less/bulk-selector.less
@@ -87,10 +87,6 @@
     height: 15px;
   }
 
-  .bulk-actions {
-    height: 27px;
-  }
-
   .bulk-action-component-selector-group {
 
     .fonticon {
@@ -120,25 +116,4 @@
       }
     }
   }
-
-  .bulk-actions {
-    margin-left: 10px;
-    width: 29px;
-
-    float: left;
-
-    .fonticon {
-      font-size: 11px;
-      border: 0;
-      background-color: transparent;
-      padding: 2px;
-      width: 13px;
-      margin-top: -5px;
-      color: @darkBorder;
-    }
-
-    button.disabled {
-      cursor: default;
-    }
-  }
 }