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 @@ -3241,10 +3241,6 @@ body table.dataTable thead .sorting_desc color: #777777; } -.grid_edit a { - text-decoration: none; -} - .changes_txt { clear: both; } diff --git a/kallithea/templates/data_table/_dt_elements.html b/kallithea/templates/data_table/_dt_elements.html --- a/kallithea/templates/data_table/_dt_elements.html +++ b/kallithea/templates/data_table/_dt_elements.html @@ -65,12 +65,12 @@ <%def name="repo_actions(repo_name, super_user=True)">