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
parent
af46c48e86
commit
44538889da
|
@ -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. */
|
||||
}
|
||||
|
||||
|
|
|
@ -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. */
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue