(css) Remove CSS reset to respect HTML messages

Fixes #3582
pull/207/head
Francis Lachapelle 2016-04-27 15:22:18 -04:00
parent 5454690c38
commit d19f1572ae
3 changed files with 3 additions and 4 deletions

1
NEWS
View File

@ -40,6 +40,7 @@ Bug fixes
- [web] avoid returning search results on objects without read permissions (#3619) - [web] avoid returning search results on objects without read permissions (#3619)
- [web] restore priority of event or task in component editor - [web] restore priority of event or task in component editor
- [web] fixed menu content visibility when printing an email (#3584) - [web] fixed menu content visibility when printing an email (#3584)
- [web] retired CSS reset so the style of HTML messages is respected (#3582)
- [core] properly escape wide characters (#3616) - [core] properly escape wide characters (#3616)
- [core] avoid double-appending domains in cache for multi-domain configurations (#3614) - [core] avoid double-appending domains in cache for multi-domain configurations (#3614)
- [dav] we now handle the default classifications for tasks (#3541) - [dav] we now handle the default classifications for tasks (#3541)

View File

@ -205,9 +205,7 @@ div.md-tile-left {
} }
&-counter-badge { &-counter-badge {
border-left-width: 1px; border-left: 1px solid $colorGrey500;
border-left-color: $colorGrey500;
border-style: solid;
margin: 0; margin: 0;
padding: 0 rem(0.500); padding: 0 rem(0.500);
font-size: $sg-font-size-1; font-size: $sg-font-size-1;

View File

@ -8,7 +8,7 @@
// Browser reset - most effective for applications. Generated by Compass in a non-regular way // Browser reset - most effective for applications. Generated by Compass in a non-regular way
// ------------------------------------------------------------------------------ // ------------------------------------------------------------------------------
@import 'core/reset'; //@import 'core/reset';
// CORE elements // CORE elements
// ------------------------------------------------------------------------------ // ------------------------------------------------------------------------------