mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
67f0d04744
commit
ddd38afa57
@ -236,7 +236,10 @@
|
||||
.btn-inverse {
|
||||
@include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl, $btn-inverse-text-color, $btn-inverse-text-shadow);
|
||||
//background: $card-background;
|
||||
/* stylelint-disable-next-line */
|
||||
& {
|
||||
box-shadow: $card-shadow;
|
||||
}
|
||||
//border: 1px solid $tight-form-func-highlight-bg;
|
||||
}
|
||||
|
||||
@ -259,8 +262,11 @@
|
||||
|
||||
.btn-outline-disabled {
|
||||
@include button-outline-variant($gray-1);
|
||||
/* stylelint-disable-next-line */
|
||||
& {
|
||||
box-shadow: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
|
Loading…
Reference in New Issue
Block a user