/*!
 * Copyright 2019 Rundeck, Inc. (http://rundeck.com)
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
@import "../paper/variables";
.link-hover:hover, .btn-group.open .dropdown-toggle.link-hover {
  background-color: $bg-default;

  &.text-inverse {
    background-color: var(--background-color-lvl1);
  }

  &.text-primary {
    background-color: $bg-primary;
  }

  &.text-info {
    background-color: $bg-info;
  }

  &.text-success {
    background-color: $bg-success;
  }

  &.text-warning {
    background-color: $bg-warning;
  }

  &.text-danger {
    background-color: $bg-danger;
  }
}

.btn-group.open .dropdown-toggle.link-hover {
  box-shadow: none;
}

.link-block-padded {
  padding: 10px;
}
