Skip to content

Commit c051925

Browse files
authored
Revert "fix(text-style): use case-insensitive CSS selectors (darkreader#13312)" (darkreader#13350)
This reverts commit a605d61.
1 parent 1f7a060 commit c051925

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/generators/text-style.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ const excludedSelectors = [
1010
'.fa', '.fab', '.fad', '.fal', '.far', '.fas', '.fass', '.fasr', '.fat',
1111

1212
// Generic matches for icon/symbol fonts
13-
'.icofont',
14-
'[style*="font-"]',
15-
'[class*="icon"i]',
16-
'[class*="symbol"i]',
13+
'.icofont', '[style*="font-"]',
14+
'[class*="icon"]', '[class*="Icon"]',
15+
'[class*="symbol"]', '[class*="Symbol"]',
1716

1817
// Glyph Icons
1918
'.glyphicon',

0 commit comments

Comments
 (0)