Skip to content

Commit 79481c5

Browse files
authored
CSS: Invert affected children element (#1158)
1 parent 3c5cafb commit 79481c5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

public/css/common.less

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,9 @@ form[name="form_confirm_removal"] {
303303
.affected-objects {
304304
display: inline-flex;
305305
align-items: baseline;
306-
background-color: @state-critical;
307-
color: @text-color-inverted;
308-
padding: 0 0.25em;
309-
.rounded-corners();
306+
color: @state-critical;
307+
308+
.icon {
309+
opacity: .9;
310+
}
310311
}

0 commit comments

Comments
 (0)