// (C) Copyright 2020 Hewlett-Packard Enterprise Company, L.P.

@mixin selection-indicator() {
  background-image: $selection-edge-url;
  background-position: left top;
  background-repeat: repeat-y;
}

@mixin drop-menu-border() {
  border-bottom: 5px solid $dropdown-border;
  border-left: 1px solid $global-divider;
  border-right: 1px solid $global-divider;
  border-top: 1px solid $global-divider;
}

@mixin device-border() {
  border: 2px solid $device-border;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  background-image: $device-edge-url;
  background-repeat: repeat-y;
  //padding-left: 5px;
}
