Skip to content
Snippets Groups Projects
Commit 5d204672 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Removed design improvements for calendar block popups as this is fixed in core.

parent 3a078b2c
Branches
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2018-02-08 - Removed design improvements for calendar block popups as this is fixed in core.
* 2018-02-08 - Setting to be able to hide the link to reset the user tour in the footer. * 2018-02-08 - Setting to be able to hide the link to reset the user tour in the footer.
* 2018-02-08 - Improved activity navigation design. * 2018-02-08 - Improved activity navigation design.
* 2018-02-08 - Synchronized columns2.mustache with core changes. * 2018-02-08 - Synchronized columns2.mustache with core changes.
......
...@@ -607,24 +607,6 @@ blockquote::before { ...@@ -607,24 +607,6 @@ blockquote::before {
} }
/* Block calendar:
* Improve the displaying of the calendar events popup list. */
.minicalendar.calendartable {
.calendar-event-panel {
background-color: #fff;
border: 1px solid $gray-light;
/* border-width: 1px; */
padding-left: 1rem;
padding-top: 1rem;
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
}
/* Increase z-index of popup panel to be displayed above other following blocks. */
.calendar-event-panel.yui3-overlay-focused {
z-index: $zindex-dropdown !important;
}
}
/*------------------------------------ /*------------------------------------
Profile Page Profile Page
-------------------------------------*/ -------------------------------------*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment