[libadwaita/wip/exalm/stylesheet2: 24/97] stylesheet: Remove a misleading comment




commit 8ecbef0a1118c288fcaa2d5e077981d5160b1b30
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 8 17:37:49 2021 +0500

    stylesheet: Remove a misleading comment
    
    That padding has nothing to do with search entries, and in fact the entry
    is the only thing there that does have margin.

 src/stylesheet/_common.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index 29f7df4..d800ef4 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -1122,7 +1122,7 @@ spinbutton {
 /**************
  * ComboBoxes *
  **************/
-dropdown > popover.menu.background > contents { padding: 0; } //allow search entries with no margin
+dropdown > popover.menu.background > contents { padding: 0; }
 
 dropdown > button > box {
   border-spacing: 6px;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]