Closed (duplicate)
Project:
Drupal core
Version:
11.x-dev
Component:
Claro theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 May 2023 at 12:25 UTC
Updated:
20 Jun 2023 at 06:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
Anuja Surve commentedPatch attached, please review.
Comment #3
santosh_verma commented@Anuja Surve Certainly! Instead of directly modifying the CSS file, it is generally considered good practice to modify the source file and compile it to generate the final CSS file. Here's how you can approach it:
1. Locate the dropbutton.pcss.css source file that needs to be modified. This file is typically written in a preprocessor language like Sass or Less.
2. Make the necessary changes to the dropbutton.pcss.css source file.
3. Compile the modified source file to generate the final CSS file.
4. After compiling the modified source file, verify that the generated CSS file reflects your changes and create a patch.
for reference
https://www.drupal.org/docs/8/modules/claro/development
and after uploading the patch please change the status to need review
Comment #4
gauravvvv commentedI have added a patch for same. please review
Comment #5
santosh_verma commentedI thoroughly tested patch #4 and verified that it functions correctly, successfully resolving the issue on popular browsers including Chrome, Safari, and Mozilla
RTBC + 1
Comment #6
santosh_verma commentedComment #7
lauriiiThis is a duplicate to #3321726: If there is a line break in a primary dropbutton, it will not match the height of the adjacent toggle. Any help there would be appreciated. 😊