/* uikit_slash_palette — result rows inside the modal. The input is
   borderless and filters the list below; the active row uses the same grey
   as a Bootstrap table-hover row so it reads as "selected". Class names are
   kept from the usmtools original (.slash-option) so host stylesheets that
   already theme them keep working. */
.uikit-slash-palette .slash-option {
  cursor: pointer;
  border-bottom: 1px solid #f1f3f5;
}
.uikit-slash-palette .slash-option:last-child {
  border-bottom: none;
}
.uikit-slash-palette .slash-option.active {
  background-color: #e9ecef;
}
