[libadwaita/wip/exalm/recoloring-fixes: 17/32] stylesheet: Remove unused mixins
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/recoloring-fixes: 17/32] stylesheet: Remove unused mixins
- Date: Mon, 13 Sep 2021 13:11:52 +0000 (UTC)
commit 4b1bd00024e659b868b050f5e44225f35d1c8923
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]