From f48d881501be3d5f769d91a59e62c33b9fe583df Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Thu, 15 May 2025 12:58:01 +0200 Subject: [PATCH] Remove `.action-link` and `button-link` css This has been moved to ipl-web --- public/css/icinga/main.less | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/public/css/icinga/main.less b/public/css/icinga/main.less index 11f9da8be..d0090b776 100644 --- a/public/css/icinga/main.less +++ b/public/css/icinga/main.less @@ -6,10 +6,6 @@ // Width for the name column--th--of name-value-table @name-value-table-name-width: 38/3em; -.action-link { - color: @icinga-blue; -} - .error-message { font-weight: @font-weight-bold; } @@ -126,22 +122,6 @@ a:hover > .icon-cancel { .fg-stateful(); } -// Link styles - -.button-link { - .action-link(); - .rounded-corners(3px); - - background: @low-sat-blue; - display: inline-block; - padding: 0.25em 0.5em; - - &:hover { - background: @low-sat-blue-dark; - text-decoration: none; - } -} - // List styles .comment-list {