Remove wrong styling applied to weekday selection from settings dialog.
This commit is contained in:
		| @@ -305,23 +305,6 @@ select { | |||||||
| .ec-btn.delete-btn:hover { | .ec-btn.delete-btn:hover { | ||||||
|   background: hsl(0, 70%, 45%); |   background: hsl(0, 70%, 45%); | ||||||
| } | } | ||||||
|  |  | ||||||
| /* Adjust WeekdaySelector size inside settings */ |  | ||||||
| ::v-deep(.weekgrid) { |  | ||||||
|   margin-top: 0.25rem; |  | ||||||
| } |  | ||||||
| ::v-deep(.day) { |  | ||||||
|   font-size: 0.6rem; |  | ||||||
|   padding: 0.45rem 0.25rem; |  | ||||||
| } |  | ||||||
| ::v-deep(.workday-weekend div.workday) { |  | ||||||
|   background: var(--muted); |  | ||||||
| } |  | ||||||
| ::v-deep(.workday-weekend div.weekend) { |  | ||||||
|   background: var(--strong); |  | ||||||
| } |  | ||||||
| </style> |  | ||||||
| <style> |  | ||||||
| /* Global override to ensure settings dialog appears near top by default */ | /* Global override to ensure settings dialog appears near top by default */ | ||||||
| .ec-modal.settings-modal { | .ec-modal.settings-modal { | ||||||
|   top: 4.5rem !important; |   top: 4.5rem !important; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Leo Vasanko
					Leo Vasanko