Skip to content

Commit

Permalink
(css) Remove CSS reset to respect HTML messages
Browse files Browse the repository at this point in the history
Fixes #3582
  • Loading branch information
cgx committed Apr 27, 2016
1 parent 5454690 commit d19f157
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -40,6 +40,7 @@ Bug fixes
- [web] avoid returning search results on objects without read permissions (#3619)
- [web] restore priority of event or task in component editor
- [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] avoid double-appending domains in cache for multi-domain configurations (#3614)
- [dav] we now handle the default classifications for tasks (#3541)
Expand Down
4 changes: 1 addition & 3 deletions UI/WebServerResources/scss/components/list/list.scss
Expand Up @@ -205,9 +205,7 @@ div.md-tile-left {
}

&-counter-badge {
border-left-width: 1px;
border-left-color: $colorGrey500;
border-style: solid;
border-left: 1px solid $colorGrey500;
margin: 0;
padding: 0 rem(0.500);
font-size: $sg-font-size-1;
Expand Down
2 changes: 1 addition & 1 deletion UI/WebServerResources/scss/styles.scss
Expand Up @@ -8,7 +8,7 @@

// Browser reset - most effective for applications. Generated by Compass in a non-regular way
// ------------------------------------------------------------------------------
@import 'core/reset';
//@import 'core/reset';

// CORE elements
// ------------------------------------------------------------------------------
Expand Down

0 comments on commit d19f157

Please sign in to comment.