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.
1 parent 3c5cafb commit 79481c5Copy full SHA for 79481c5
1 file changed
public/css/common.less
@@ -303,8 +303,9 @@ form[name="form_confirm_removal"] {
303
.affected-objects {
304
display: inline-flex;
305
align-items: baseline;
306
- background-color: @state-critical;
307
- color: @text-color-inverted;
308
- padding: 0 0.25em;
309
- .rounded-corners();
+ color: @state-critical;
+
+ .icon {
+ opacity: .9;
310
+ }
311
}
0 commit comments