mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Buttons: Use text color (#24439)
This commit is contained in:
parent
96cb6d668f
commit
c671fdbbf8
@ -113,7 +113,7 @@
|
|||||||
|
|
||||||
// Info appears as a neutral blue
|
// Info appears as a neutral blue
|
||||||
.btn-secondary {
|
.btn-secondary {
|
||||||
@include buttonBackground($btn-secondary-bg, $btn-secondary-bg-hl);
|
@include buttonBackground($btn-secondary-bg, $btn-secondary-bg-hl, $text-color);
|
||||||
// Inverse appears as dark gray
|
// Inverse appears as dark gray
|
||||||
}
|
}
|
||||||
.btn-inverse {
|
.btn-inverse {
|
||||||
|
Loading…
Reference in New Issue
Block a user