From 11fc884203d12c700c72037a6b970fe317236477 Mon Sep 17 00:00:00 2001
From: Chhavi Sharma <69814-chhavi.sharma@users.noreply.drupalcode.org>
Date: Wed, 4 Dec 2024 15:29:58 +0000
Subject: [PATCH] Issue #3487960 by chhavi.sharma, chrisfromredfin, rkoller,
 shalini_jha: Adjust the "Sort by" select component to the Drupal Design
 System

---
 css/pb.css | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/css/pb.css b/css/pb.css
index ab3008738..a65fe4e75 100644
--- a/css/pb.css
+++ b/css/pb.css
@@ -998,20 +998,21 @@
 /* <Search/SearchSort> */
 .search__sort {
   z-index: 2;
+  margin-block-end: 1.5rem;
+}
+
+.search__sort label[for] {
+  cursor: pointer;
 }
 
 .search__sort label {
+  display: block;
   font-size: 0.9rem;
   font-weight: bold;
 }
 
 .search__sort-select.form-element {
-  border: none;
-  background-color: #d3d4d9;
-}
-
-.search__sort-select:hover {
-  cursor: pointer;
+  min-width: 10rem;
 }
 
 @media screen and (max-width: 855px) {
-- 
GitLab