summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.scss
blob: 3334f06182d6344857f15c1ff88e53517a21728d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@use './src/styles/vendor/variables' as vv;

// Angular2-Tree Component
::ng-deep cd-cephfs-directories tree-root {
  .tree-children {
    overflow: inherit;
  }
}

.quota-origin {
  color: vv.$primary;
  cursor: pointer;

  &:hover {
    color: vv.$gray-900;
  }
}