aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/themes/default/modules/calendar.variables
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-12-14 23:29:56 -0800
committerFuwn <[email protected]>2020-12-14 23:29:56 -0800
commit002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch)
tree428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/src/themes/default/modules/calendar.variables
parent:star: (diff)
downloadme-rewrite-angular.tar.xz
me-rewrite-angular.zip
Diffstat (limited to 'semantic/src/themes/default/modules/calendar.variables')
-rw-r--r--semantic/src/themes/default/modules/calendar.variables20
1 files changed, 0 insertions, 20 deletions
diff --git a/semantic/src/themes/default/modules/calendar.variables b/semantic/src/themes/default/modules/calendar.variables
deleted file mode 100644
index 0dbdc1f..0000000
--- a/semantic/src/themes/default/modules/calendar.variables
+++ /dev/null
@@ -1,20 +0,0 @@
-/*******************************
- Calendar
-*******************************/
-
-@focusBoxShadow: inset 0 0 0 1px @focusedFormBorderColor;
-@focusInvertedBoxShadow: inset 0 0 0 1px @focusedFormBorderColor;
-
-@todayFontWeight: bold;
-
-@rangeBackground: @transparentBlack;
-@rangeTextColor: @selectedTextColor;
-@rangeBoxShadow: none;
-@rangeInvertedBackground: @transparentWhite;
-@rangeInvertedTextColor: @invertedSelectedTextColor;
-@rangeInvertedBoxShadow: none;
-
-@adjacentTextColor: @mutedTextColor;
-@adjacentBackground: @subtleTransparentBlack;
-@adjacentInvertedTextColor: @invertedMutedTextColor;
-@adjacentInvertedBackground: @subtleTransparentWhite;