[libadwaita/wip/exalm/background-colors2: 17/17] stylesheet: Stop special casing popovers in dark variant
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/background-colors2: 17/17] stylesheet: Stop special casing popovers in dark variant
- Date: Fri, 1 Oct 2021 13:23:58 +0000 (UTC)
commit b648c6c8aae25a6b3820d8d48cfd3bfb9592520c
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri Oct 1 18:19:55 2021 +0500
stylesheet: Stop special casing popovers in dark variant
src/stylesheet/widgets/_popovers.scss | 10 ----------
1 file changed, 10 deletions(-)
---
diff --git a/src/stylesheet/widgets/_popovers.scss b/src/stylesheet/widgets/_popovers.scss
index c62f1f2d..aa2b1457 100644
--- a/src/stylesheet/widgets/_popovers.scss
+++ b/src/stylesheet/widgets/_popovers.scss
@@ -11,16 +11,6 @@ popover.background {
background-clip: padding-box;
border: 1px solid $_popover_border;
box-shadow: 0 1px 2px transparentize(black, 0.7);
-
- @if $variant == 'dark' {
- $_popover_outline: if($contrast=='high', transparentize(white, .7), transparentize(white, .9));
-
- // Add an outline and move border to box-shadow instead
- background-clip: border-box;
- border-color: $_popover_outline;
- box-shadow: 0 0 0 1px $_popover_border,
- 0 1px 2px 1px transparentize(black, 0.7);
- }
}
> contents {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]