diff --git a/app/cells/projects/table_cell.rb b/app/cells/projects/table_cell.rb index c02ee50fc2..e367756ed5 100644 --- a/app/cells/projects/table_cell.rb +++ b/app/cells/projects/table_cell.rb @@ -39,7 +39,7 @@ module Projects def deactivate_class_on_lft_sort if sorted_by_lft? - '-inactive' + 'op-link_inactive' end end diff --git a/app/cells/views/projects/table/show.erb b/app/cells/views/projects/table/show.erb index b4c2b77af4..856ac70110 100644 --- a/app/cells/views/projects/table/show.erb +++ b/app/cells/views/projects/table/show.erb @@ -33,21 +33,21 @@ See COPYRIGHT and LICENSE files for more details. > <% headers.each do |_name, _options| %> - + > <% end %> - + <% headers.each do |name, options| %> <% if name == :hierarchy %>
-
+
<%= content_tag :a, op_icon("icon-hierarchy"), href: href_only_when_not_sort_lft, - class: deactivate_class_on_lft_sort, + class: "op-link #{deactivate_class_on_lft_sort}", title: t(:label_sort_by, value: %("#{t(:label_project_hierarchy)}")) %>
diff --git a/frontend/src/app/features/in-app-notifications/entry/in-app-notification-entry.component.html b/frontend/src/app/features/in-app-notifications/entry/in-app-notification-entry.component.html index d60f918c88..dd0cbc6e73 100644 --- a/frontend/src/app/features/in-app-notifications/entry/in-app-notification-entry.component.html +++ b/frontend/src/app/features/in-app-notifications/entry/in-app-notification-entry.component.html @@ -11,7 +11,8 @@
- op-icon