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 {