diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
| commit | 002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch) | |
| tree | 428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/src/themes/default/modules/calendar.variables | |
| parent | :star: (diff) | |
| download | me-rewrite-angular.tar.xz me-rewrite-angular.zip | |
:star:rewrite-angular
Diffstat (limited to 'semantic/src/themes/default/modules/calendar.variables')
| -rw-r--r-- | semantic/src/themes/default/modules/calendar.variables | 20 |
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; |