search-results.css: Unexpected duplicate selector ".search-form .form-search"

Created on 24 July 2023, 11 months ago
Updated 26 July 2023, 11 months ago

Problem/Motivation

Unexpected duplicate selector ".search-form .form-search" and double "margin" with different values, first used at line 57

Line: 57
.search-form .form-search {
  min-width: 100%;
  max-width: 100%;
  margin: 0.25rem 0;
  padding: 0.8rem 0.4rem;
  color: #000;
  border: 2px solid #767775;
  font-size: 1rem;
}
...
Line: 70
.search-form .form-search {
  margin: 0;
}

Steps to reproduce

File: core/profiles/demo_umami/themes/umami/css/components/blocks/search/search-results.css

Proposed resolution

Line: 57
.search-form .form-search {
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0.8rem 0.4rem;
  color: #000;
  border: 2px solid #767775;
  font-size: 1rem;
}

Remaining tasks

no

User interface changes

no

API changes

no

Data model changes

no

Release notes snippet

🐛 Bug report
Status

Closed: duplicate

Version

11.0 🔥

Component
CSS 

Last updated 4 days ago

Created by

🇩🇪Germany fnalb2

Live updates comments and jobs are added and updated live.
  • Novice

    It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.

Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024