[libadwaita/wip/exalm/borderless-preparations: 2/4] stylesheet: Make buttons bold




commit a76851ffca311c589debc7e4798229eb7c7be89f
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 0b214fd2..fd712737 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 2410836f..afbeff44 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]