Skip to content

Commit 1b508e7

Browse files
Combine img and icon selectors into single rule block
Co-authored-by: aanchalbhansali <[email protected]>
1 parent 6fb3124 commit 1b508e7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/styles/clipper.less

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,7 @@
268268
img,
269269
.icon {
270270
forced-color-adjust: none;
271-
}
272-
273-
// Standard icons get a subtle shadow
274-
img,
275-
.icon {
271+
// Standard icons get a subtle shadow
276272
filter: drop-shadow(0 0 1px CanvasText) drop-shadow(0 0 1px CanvasText);
277273
}
278274

0 commit comments

Comments
 (0)