summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/shared/_contextmenu.scss
blob: 8a3894b524045b9cfc6d7e568309f8437c6f4473 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@mixin valo-contextmenu {

  .v-contextmenu {
    @include valo-selection-overlay-style;

    table {
      border-spacing: 0;
    }
  }

  .v-contextmenu .gwt-MenuItem {
    @include valo-selection-item-style;
  }

  .v-contextmenu .gwt-MenuItem-selected {
    @include valo-selection-item-selected-style;
  }

}