[libadwaita/wip/exalm/borderless: 10/16] stylesheet: Make buttons bold




commit 5885059b7b9ac818e44afc2008b65a819eaa36ad
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun Jul 4 19:03:16 2021 +0500

    stylesheet: Make buttons bold
    
    Match the new designs.

 src/stylesheet/widgets/_buttons.scss       | 1 +
 src/stylesheet/widgets/_view-switcher.scss | 1 +
 2 files changed, 2 insertions(+)
---
diff --git a/src/stylesheet/widgets/_buttons.scss b/src/stylesheet/widgets/_buttons.scss
index 96a28932..d0d407c3 100644
--- a/src/stylesheet/widgets/_buttons.scss
+++ b/src/stylesheet/widgets/_buttons.scss
@@ -12,6 +12,7 @@ button {
     padding: 5px 10px;
     border-radius: $button_radius;
     background-color: $button_color;
+    font-weight: bold;
 
     @if $contrast == 'high' {
       box-shadow: inset 0 0 0 1px $borders_color;
diff --git a/src/stylesheet/widgets/_view-switcher.scss b/src/stylesheet/widgets/_view-switcher.scss
index 0d14b5c4..45582ebb 100644
--- a/src/stylesheet/widgets/_view-switcher.scss
+++ b/src/stylesheet/widgets/_view-switcher.scss
@@ -9,6 +9,7 @@ viewswitcher {
     border-top: none;
     border-bottom: none;
     font-size: 1rem;
+    font-weight: inherit;
 
     > stack > box {
       &.narrow {


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