[libadwaita/wip/exalm/borderless-preparations: 8/10] stylesheet: Make buttons bold
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/borderless-preparations: 8/10] stylesheet: Make buttons bold
- Date: Fri, 9 Jul 2021 17:55:18 +0000 (UTC)
commit a9bc9d20b154749bebf4f2a61a23e18ee255a788
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]