Remove .action-link and button-link css

This has been moved to ipl-web
This commit is contained in:
Sukhwinder Dhillon 2025-05-15 12:58:01 +02:00
parent 0070c807a7
commit f48d881501

View File

@ -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 {