Closed (fixed)
Project:
Drupal core
Version:
9.3.x-dev
Component:
CSS
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 May 2021 at 06:01 UTC
Updated:
11 Jan 2022 at 11:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jeroentComment #4
jeroentComment #5
gauravvvv commentedIn D9.3 the :placeholder is used only twice in drupal/core/themes/stable/css/core/dialog/off-canvas.reset.pcss.css, I have resolved this issue and provided a patch. Please review.
Missed stable D9.
Comment #6
gauravvvv commentedComment #7
Madhu kumar commentedAbove patch applied cleanly and working as expected a selector #drupal-off-canvas input:placeholder is removed.
RTBC +1
Comment #8
radheymkumar commentedPatch applied successfully and working fine
Comment #9
vikashsoni commented@Gauravmahlawat thanks for the patch
patch applied successfully
After patch selector #drupal-off-canvas input:placeholder has been removed.
Comment #10
longwaveThis fix is correct, pseudo-elements use
::as the selector prefix. This can also be seen by the fact that PostCSS expands::placeholderfor IE whereas it did not for:placeholder.Comment #12
alexpottI re-ran yarn run build:css on Drupal 10.0.x because we've dropped IE support.
Committed a4e507d and pushed to 10.0.x. Thanks!
Committed and pushed 1d4766cd5fd to 9.4.x and 3e6bdf7eb88 to 9.3.x. Thanks!