There is a noticeable white border on the right side of "Place Block" button.

Created on 25 May 2023, over 1 year ago
Updated 11 July 2023, over 1 year ago

Problem/Motivation

When inspecting the default and hover state of a place block button, There is a noticeable white border on the right side of the button. This line should not be present in the design. Need to remove this. (same issue present in Gin theme also - image attached for references).

Steps to reproduce

  1. Drupal 10.1.x and set the claro theme as admin theme
  2. admin/structure/block, click on any place block button
  3. place block dialog box will be open, check the place button issue.

Proposed resolution

modified the border css property : border-inline-end to resoled this.

File : core/themes/claro/css/components/dropbutton.css

.js .dropbutton-action {
    border-inline-end: none;
}
🐛 Bug report
Status

Fixed

Version

10.1

Component
Claro 

Last updated about 12 hours ago

Created by

🇮🇳India Harish1688 India

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024