Skip to content

Commit af67002

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/playwright-1.57.0
2 parents fc2177c + 9f11c0b commit af67002

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/static-files.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Generate static files
22

33
on:
44
push:
5+
branches-ignore:
6+
- 'dependabot/**'
57

68
jobs:
79
static:

test/css/component_selector_use_test.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919

2020
# AutoComplete uses a pre-release version of the ActionList styles from primer/css.
2121
# The .ActionList class does not exist in PVC.
22-
Primer::Beta::AutoComplete => ["ActionList"]
22+
Primer::Beta::AutoComplete => ["ActionList"],
23+
Primer::Alpha::TextArea => ["FormControl-caption-icon", "FormControl-caption-text"],
24+
Primer::Alpha::TextField => ["FormControl-caption-icon", "FormControl-caption-text"]
2325
}.freeze
2426
# rubocop:enable Style/WordArray
2527

0 commit comments

Comments
 (0)