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 {
|
.btn-inverse {
|
||||||
@include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl, $btn-inverse-text-color, $btn-inverse-text-shadow);
|
@include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl, $btn-inverse-text-color, $btn-inverse-text-shadow);
|
||||||
//background: $card-background;
|
//background: $card-background;
|
||||||
box-shadow: $card-shadow;
|
/* stylelint-disable-next-line */
|
||||||
|
& {
|
||||||
|
box-shadow: $card-shadow;
|
||||||
|
}
|
||||||
//border: 1px solid $tight-form-func-highlight-bg;
|
//border: 1px solid $tight-form-func-highlight-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -259,8 +262,11 @@
|
|||||||
|
|
||||||
.btn-outline-disabled {
|
.btn-outline-disabled {
|
||||||
@include button-outline-variant($gray-1);
|
@include button-outline-variant($gray-1);
|
||||||
box-shadow: none;
|
/* stylelint-disable-next-line */
|
||||||
cursor: default;
|
& {
|
||||||
|
box-shadow: none;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active,
|
&:active,
|
||||||
|
Loading…
Reference in New Issue
Block a user