diff options
author | elmot <elmot@vaadin.com> | 2015-06-30 17:40:30 +0300 |
---|---|---|
committer | Johannes Dahlström <johannesd@vaadin.com> | 2015-07-15 12:14:35 +0300 |
commit | 9734bc5dfa5d919e3214dc17581d3da3ad1a3ebd (patch) | |
tree | 22f2844c3d61be6e26dcc3c2450e416814cfab57 /WebContent/VAADIN/themes/chameleon/components/grid/grid.scss | |
parent | b5365d5cca1a25efdb0b80855d28d20da71111d1 (diff) | |
download | vaadin-framework-9734bc5dfa5d919e3214dc17581d3da3ad1a3ebd.tar.gz vaadin-framework-9734bc5dfa5d919e3214dc17581d3da3ad1a3ebd.zip |
Grid sidebar menu design changed. See design document and comments at trac ticket. (#18325)
Change-Id: I6686d131f015cf0b7b9a6b43ce43284218d5dd63
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/components/grid/grid.scss')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/grid/grid.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/grid/grid.scss b/WebContent/VAADIN/themes/chameleon/components/grid/grid.scss new file mode 100644 index 0000000000..5007ad6619 --- /dev/null +++ b/WebContent/VAADIN/themes/chameleon/components/grid/grid.scss @@ -0,0 +1,12 @@ +@mixin chameleon-grid($primaryStyleName: v-grid) { + + // Sidebar + .#{$primaryStyleName}-sidebar.v-contextmenu { + + .v-on:before, .v-off:before { + content: none; + font-size: 0; + margin-right: 0; + } + } +} |