[libadwaita/wip/exalm/stylesheet2: 22/103] stylesheet: Remove the style that hides placeholder on focus




commit de9314b2967a5c358d2c962901988e775338488a
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 8 13:46:28 2021 +0500

    stylesheet: Remove the style that hides placeholder on focus
    
    It was never updated to account for the GtkText inside the entry, and
    designers don't want that behavior anyway.

 src/stylesheet/_common.scss | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index 3d4d412..fc7a9a1 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -290,12 +290,6 @@ entry {
       }
     }
 
-    &:focus-within {
-      > placeholder {
-        opacity: 0; /* We hide placeholders on focus */
-      }
-    }
-
     &:disabled { @include entry(insensitive); }
 
     // entry error and warning style


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