From 0e85c0ebe02ac72777dd5faa7412f148bd3a9202 Mon Sep 17 00:00:00 2001 From: piyushkalasariya Date: Wed, 17 Sep 2025 10:56:22 +0530 Subject: [PATCH] Remove unused CSS styles for table header indicators in nodes info index --- app/assets/stylesheets/kpm/kpm.css | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/app/assets/stylesheets/kpm/kpm.css b/app/assets/stylesheets/kpm/kpm.css index 82ac855..3377040 100644 --- a/app/assets/stylesheets/kpm/kpm.css +++ b/app/assets/stylesheets/kpm/kpm.css @@ -503,31 +503,6 @@ text-transform: capitalize !important; } -.kpm-nodes-info-index table thead tr th::after, -.kpm-nodes-info-index table thead tr th::before { - content: "" !important; - display: inline-block !important; - width: 0.75rem !important; - height: 0.75rem !important; - background-repeat: no-repeat !important; - background-position: center !important; - background-size: 0.75rem 0.75rem !important; - position: absolute !important; - right: 0.5rem !important; -} - -.kpm-nodes-info-index table thead tr th::after { - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 5.5L6 2.5L9 5.5' stroke='%23A4A7AE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); - top: 45% !important; - transform: translateY(-50%) !important; -} - -.kpm-nodes-info-index table thead tr th::before { - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 6.5L6 9.5L9 6.5' stroke='%23A4A7AE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); - bottom: 45% !important; - transform: translateY(50%) !important; -} - /* app/views/kpm/plugins/_form.html.erb */ .upload-plugin-form .control-label {