Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 700557539 -> e79955110


fix list style type appearing in active tasks

PR: #757
PR-URL: https://github.com/apache/couchdb-fauxton/pull/757
Reviewed-By: Michelle Phung <michel...@apache.org>


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

Branch: refs/heads/master
Commit: e7995511042777c95010fc00c2631ec676ad780f
Parents: 6bd8286
Author: Robert Kowalski <robertkowal...@apache.org>
Authored: Thu Aug 25 14:41:09 2016 +0200
Committer: Robert Kowalski <robertkowal...@apache.org>
Committed: Thu Sep 1 17:09:18 2016 +0200

----------------------------------------------------------------------
 app/addons/activetasks/components.react.jsx        | 2 +-
 app/addons/components/assets/less/tab-element.less | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/e7995511/app/addons/activetasks/components.react.jsx
----------------------------------------------------------------------
diff --git a/app/addons/activetasks/components.react.jsx 
b/app/addons/activetasks/components.react.jsx
index 2add311..43c4115 100644
--- a/app/addons/activetasks/components.react.jsx
+++ b/app/addons/activetasks/components.react.jsx
@@ -151,7 +151,7 @@ var ActiveTasksFilterTabs = React.createClass({
     return (
       <TabElementWrapper>
         {filterTabs}
-        <li>
+        <li className="component-tab-list-element">
           <input
             id="active-tasks-search-box"
             className="searchbox"

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/e7995511/app/addons/components/assets/less/tab-element.less
----------------------------------------------------------------------
diff --git a/app/addons/components/assets/less/tab-element.less 
b/app/addons/components/assets/less/tab-element.less
index d9cc152..6ef1d98 100644
--- a/app/addons/components/assets/less/tab-element.less
+++ b/app/addons/components/assets/less/tab-element.less
@@ -24,6 +24,10 @@
   min-width: 770px;
 }
 
+.component-tab-list-element {
+  list-style-type: none;
+}
+
 .component-tab-element {
   background-color: #eee;
   margin-top: 10px;

Reply via email to