Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Bug 951069 - Month view visual refresh r=millermedeiros #16231

Conversation

lambdabaa
Copy link
Contributor

No description provided.

@@ -19,6 +19,10 @@
border-bottom: 0.1rem solid #D0D0D0;
}

#months-day-view .day-events > .hour {
border-bottom: none !important;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

drive-by: is all of the !important in the css here really needed? What is the cause that we need it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The stuff in day_views.css drives both the day view in the months tab and also the day view in the day tab. The stylings for each are diverging but I want to minimize the size of the changeset, so elements are restyled for #months-day-view by namespacing under #months-day-view and adding !important to denote that these styles should be taken when there are multiple options.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants