Issue #3357565 by quietone, Bhanu951, pradhumanjain2311, smustgrave, catch: Remove remaining uses of string 'bartik' and 'seven' when referring to the removed themes

(cherry picked from commit 04065367d7)
merge-requests/7413/head
catch 2024-04-09 18:54:20 +01:00
parent af46c48e86
commit 44538889da
3 changed files with 4 additions and 7 deletions

View File

@ -77,9 +77,7 @@
font-weight: bold;
}
/* Bartik uses the .field-multiple-table CSS class on its tabledrag tables. */
#drupal-off-canvas-wrapper :is(.fieldset, fieldset, .draggable-table, .field-multiple-table) input:where(:not([type="submit"], [type="checkbox"], [type="radio"])) {
#drupal-off-canvas-wrapper :is(.fieldset, fieldset, .draggable-table) input:where(:not([type="submit"], [type="checkbox"], [type="radio"])) {
width: 100%; /* Prevent text fields from breaking out of tables and fieldsets at narrow widths. */
}

View File

@ -69,8 +69,7 @@
font-weight: bold;
}
/* Bartik uses the .field-multiple-table CSS class on its tabledrag tables. */
& :is(.fieldset, fieldset, .draggable-table, .field-multiple-table) input:where(:not([type="submit"], [type="checkbox"], [type="radio"])) {
& :is(.fieldset, fieldset, .draggable-table) input:where(:not([type="submit"], [type="checkbox"], [type="radio"])) {
width: 100%; /* Prevent text fields from breaking out of tables and fieldsets at narrow widths. */
}

View File

@ -121,9 +121,9 @@ chromedriver using port 4444, and keep it running:
* To run a11y tests for the default theme only.
`yarn test:nightwatch --tag a11y:default`
* To run an a11y test for a custom theme used as the default theme.
`yarn test:nightwatch --tag a11y:default --defaultTheme bartik`
`yarn test:nightwatch --tag a11y:default --defaultTheme olivero`
* To run an a11y test for a custom admin theme.
`yarn test:nightwatch --tag a11y:admin --adminTheme seven`
`yarn test:nightwatch --tag a11y:admin --adminTheme claro`
Nightwatch tests, as well as custom commands, assertions and pages, can be
placed in any folder with the pattern