summaryrefslogtreecommitdiffstats
path: root/public/css/list/action-list.less
blob: 5bb08f4d14179d9c1ddc482008c055b596655bb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.action-list {
  [data-action-item]:hover {
    background-color: @tr-hover-color;
    cursor: pointer;
  }

  [data-action-item].active {
    background-color: @tr-active-color;
  }

  &[data-icinga-multiselect-url] * {
    user-select: none;
  }
}