We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.action-link
button-link
1 parent 092571a commit d9f449aCopy full SHA for d9f449a
public/css/icinga/main.less
@@ -6,10 +6,6 @@
6
// Width for the name column--th--of name-value-table
7
@name-value-table-name-width: 38/3em;
8
9
-.action-link {
10
- color: @icinga-blue;
11
-}
12
-
13
.error-message {
14
font-weight: @font-weight-bold;
15
}
@@ -126,22 +122,6 @@ a:hover > .icon-cancel {
126
122
.fg-stateful();
127
123
128
124
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
145
125
// List styles
146
147
.comment-list {
0 commit comments