aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/components/grid/grid.scss
blob: 5007ad66190f8c121307c27caff97d64f3dbd3df (plain)
1
2
3
4
5
6
7
8
9
10
11
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;
    }
  }
}