From 8fd096d2cd583df4e0d133e21a9a8b4dab0bda8d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 24 Nov 2023 18:54:38 +0100 Subject: eww: Remove date onclick behavior --- .config/eww/eww.scss | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to '.config/eww/eww.scss') diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index 4c846be..d34d3c0 100644 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -25,38 +25,6 @@ } } -.cal { - $bg: rgba(43, 48, 59, 1); - $blue: #9CDCFE; - $yellow: #F0E68C; - - font-size: 28px; - - .button { - -gtk-icon-source: none; - } - - .view { - background-color: $bg; - border-radius: 4px; - border: 3px solid rgba(100, 114, 125, .5); - } - - .highlight { - color: $blue; - font-weight: bold; - } - - :indeterminate { - color: #999; - } - - :selected { - background-color: #414859; - border-radius: 4px; - } -} - .workspaces button { label { padding: 0 13px; -- cgit v1.2.3