Skip to content

Commit d9f449a

Browse files
Remove .action-link and button-link css
This has been moved to ipl-web
1 parent 092571a commit d9f449a

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

public/css/icinga/main.less

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
// Width for the name column--th--of name-value-table
77
@name-value-table-name-width: 38/3em;
88

9-
.action-link {
10-
color: @icinga-blue;
11-
}
12-
139
.error-message {
1410
font-weight: @font-weight-bold;
1511
}
@@ -126,22 +122,6 @@ a:hover > .icon-cancel {
126122
.fg-stateful();
127123
}
128124

129-
// Link styles
130-
131-
.button-link {
132-
.action-link();
133-
.rounded-corners(3px);
134-
135-
background: @low-sat-blue;
136-
display: inline-block;
137-
padding: 0.25em 0.5em;
138-
139-
&:hover {
140-
background: @low-sat-blue-dark;
141-
text-decoration: none;
142-
}
143-
}
144-
145125
// List styles
146126

147127
.comment-list {

0 commit comments

Comments
 (0)