[libadwaita/wip/exalm/background-colors: 16/23] stylesheet: Remove unused mixins
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [libadwaita/wip/exalm/background-colors: 16/23] stylesheet: Remove unused mixins
- Date: Wed,  1 Sep 2021 12:11:16 +0000 (UTC)
commit 59dceff0e6d90fde5709305a33822dad612cabe2
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Sep 1 13:51:01 2021 +0500
    stylesheet: Remove unused mixins
 src/stylesheet/_drawing.scss | 22 ----------------------
 1 file changed, 22 deletions(-)
---
diff --git a/src/stylesheet/_drawing.scss b/src/stylesheet/_drawing.scss
index c22ec9bc..c4f9612c 100644
--- a/src/stylesheet/_drawing.scss
+++ b/src/stylesheet/_drawing.scss
@@ -25,21 +25,6 @@
   }
 }
 
-@mixin _shadows($list...) {
-//
-// Helper mixin to stack up to box-shadows;
-//
-  $shadows: null;
-
-  @each $shadow in $list {
-    @if $shadow!=none { $shadows: $shadows, $shadow; }
-  }
-
-  box-shadow: $shadows;
-}
-
-// entries
-
 @mixin entry($t, $fc:$focus_border_color) {
 //
 // Entries drawing function
@@ -79,13 +64,6 @@
   }
 }
 
-// buttons
-
-@function _border_color($c, $darker: false) {
-  @if $darker == true { @return darken($c, 20%); }
-  @else { @return darken($c, 15%); }
-}
-
 @mixin overshoot($p) {
 //
 // overshoot
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]