changeset 7012:fd22ce18d312

less: remove unnecessary style .groups_breadcrumbs styling - there are no such thing
author domruf <dominikruf@gmail.com>
date Sat, 28 Oct 2017 21:48:45 +0200
parents adf1dd34f3a0
children 5ec18fe629a5
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 0 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Sat Oct 28 21:15:19 2017 +0200
+++ b/kallithea/public/css/style.css	Sat Oct 28 21:48:45 2017 +0200
@@ -122,13 +122,6 @@
 .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;
--- a/kallithea/public/less/style.less	Sat Oct 28 21:15:19 2017 +0200
+++ b/kallithea/public/less/style.less	Sat Oct 28 21:48:45 2017 +0200
@@ -138,13 +138,6 @@
 .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;