##// END OF EJS Templates
comments: remove helper to render a comment object....
comments: remove helper to render a comment object. - we always use helper renderer, and for consistency we should stick with that. It makes refactoring, and general use much harder. DB objects should have least possible logic inside.

File last commit:

r820:ab599ff9 default
r1673:e3526633 default
Show More
polymer.less
25 lines | 539 B | text/x-less | LessCssLexer
notifications: use rhodecode-toast for notifications instead of toastr jquery plugin
r699 //Primary CSS
//--- IMPORTS ------------------//
@import 'helpers';
@import 'mixins';
@import 'variables';
@import 'buttons';
styles: add alert styles into shadow dom
r762 @import 'alerts';
css: add type css to polymer elements
r820 @import 'type';
notifications: override material design colors with our colors
r705
:root {
styling: capitalisation and spinner colours
r706 --primary-color: @rcblue;
--light-primary-color: @rclightblue;
--dark-primary-color: @rcdarkblue;
--primary-text-color: @text-color;
--paper-spinner-layer-1-color: @grey6;
--paper-spinner-layer-2-color: @grey5;
--paper-spinner-layer-3-color: @grey4;
--paper-spinner-layer-4-color: @grey3;
notifications: override material design colors with our colors
r705 }
styling: capitalisation and spinner colours
r706
.paper-toggle-button {
display: inline;
}