Closed (fixed)
Project:
Drupal core
Version:
9.1.x-dev
Component:
Olivero theme
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Sep 2020 at 18:15 UTC
Updated:
12 Nov 2020 at 13:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kostyashupenkoComment #3
kostyashupenkoComment #4
kostyashupenkoComment #5
Pooja Ganjage commentedHi,
I am creating a patch for this issue.
Please review the patch.
Let me know for any suggestions.
Thanks.
Comment #6
Pooja Ganjage commentedComment #7
kostyashupenkoAttaching the patch, replaced `form-type--boolean` by `form-type-boolean`
Comment #8
mherchelWe have the same exact selector on line 54 and 91. We should use this as an opportunity to refactor this file a bit to consolidate these selectors.
Same here. Let's use nesting and consolidate the selectors.
In addition to the above, let's remove the
/* stylelint-disable-next-line csstools/use-logical */comment from line 57. This refers to a stylelint plugin that was installed within contrib, but is not available to core.Comment #9
kostyashupenkoDiff and interdiff is a mess here, so attaching only patch. It should solve comment above
Comment #11
kostyashupenkoComment #12
mherchelLatest patch looks perfect. Thanks!
Comment #15
lauriiiCommitted 7835007 and pushed to 9.1.x and 9.2.x. Thanks!