[fractal/822-account-switcher-papercuts: 1/2] account-switcher: Remove with border around checkmark




commit c8d86d1c7476dd4140d107511f4639a993eae037
Author: Julian Sparber <julian sparber net>
Date:   Fri Sep 10 14:07:17 2021 +0200

    account-switcher: Remove with border around checkmark

 data/resources/style.css                   | 5 +++--
 data/resources/ui/avatar-with-selection.ui | 3 +--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/resources/style.css b/data/resources/style.css
index 2f4c0042..28a968c9 100644
--- a/data/resources/style.css
+++ b/data/resources/style.css
@@ -60,9 +60,10 @@
 }
 
 .blue-checkmark {
-  color: @accent_bg_color;
+  color: white;
   border-radius: 9999px;
-  background-color: white;
+  border: solid @accent_bg_color 2px;
+  background-color: @accent_bg_color;
 }
 
 /* Login */
diff --git a/data/resources/ui/avatar-with-selection.ui b/data/resources/ui/avatar-with-selection.ui
index aa9cae12..5ae05953 100644
--- a/data/resources/ui/avatar-with-selection.ui
+++ b/data/resources/ui/avatar-with-selection.ui
@@ -14,8 +14,7 @@
             <property name="visible">false</property>
             <property name="halign">end</property>
             <property name="valign">end</property>
-            <property name="icon-name">emblem-default-symbolic</property>
-            <property name="pixel-size">14</property>
+            <property name="icon-name">emblem-ok-symbolic</property>
           </object>
         </child>
       </object>


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