From b05e0709b5ecfc592095496fbfac9190dc5cc3bc Mon Sep 17 00:00:00 2001 From: Panayiotis Lipiridis Date: Sun, 3 Jan 2021 20:31:46 +0200 Subject: [PATCH] clean --- src/css/theme.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/css/theme.scss b/src/css/theme.scss index bca6f6859..d012bf5b7 100644 --- a/src/css/theme.scss +++ b/src/css/theme.scss @@ -2,15 +2,12 @@ :root { --appearance-filter: none; - --border-radius-m: 4px; - --button-destructive-bg-color: #{$oc-red-1}; --button-destructive-bg-color: #{$oc-red-1}; --button-destructive-color: #{$oc-red-9}; --button-gray-1: #{$oc-gray-2}; --button-gray-2: #{$oc-gray-4}; --button-gray-3: #{$oc-gray-5}; --button-special-active-bg-color: #{$oc-green-0}; - --button-special-active-bg-color: #{$oc-green-0}; --dialog-border: #{$oc-gray-6}; --dropdown-icon: url('data:image/svg+xml,'); --focus-highlight-color: #{$oc-blue-2}; @@ -23,8 +20,6 @@ --island-bg-color: #{transparentize($oc-white, 0.12)}; --keybinding-color: #{$oc-gray-5}; --overlay-bg-color: #{transparentize($oc-white, 0.12)}; - --overlay-bg-color: #{transparentize($oc-white, 0.12)}; - --popup-bg-color: #{$oc-white}; --popup-bg-color: #{$oc-white}; --popup-secondary-bg-color: #{$oc-gray-1}; --popup-text-color: #{$oc-black}; @@ -51,13 +46,11 @@ &.Appearance_dark { --appearance-filter: invert(93%) hue-rotate(180deg); --button-destructive-bg-color: #5a0000; - --button-destructive-bg-color: #5a0000; --button-destructive-color: #{$oc-red-3}; --button-gray-1: #363636; --button-gray-2: #272727; --button-gray-3: #222; --button-special-active-bg-color: #204624; - --button-special-active-bg-color: #204624; --dialog-border: #{$oc-gray-9}; --dropdown-icon: url('data:image/svg+xml,'); --focus-highlight-color: #{$oc-blue-6};