# HG changeset patch # User domruf # Date 2017-10-28 21:48:45 # Node ID fd22ce18d312cc24ec11dc8d576a17a8c5cd8bbd # Parent adf1dd34f3a0a77ec44d71c052e1c80bcec77044 less: remove unnecessary style .groups_breadcrumbs styling - there are no such thing diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -122,13 +122,6 @@ table.changesets .comments { .form-group > label { float: left; } -.groups_breadcrumbs a { - color: #fff; -} -.groups_breadcrumbs a:hover { - color: #bfe3ff; - text-decoration: none; -} .dt_repo { white-space: nowrap; color: #577632; diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -138,13 +138,6 @@ table.changesets { .form-group > label { float: left; } -.groups_breadcrumbs a { - color: #fff; -} -.groups_breadcrumbs a:hover { - color: #bfe3ff; - text-decoration: none; -} .dt_repo { white-space: nowrap; color: #577632;