Production release February 2024 [EXPLORE] #11
|
@ -204,6 +204,14 @@
|
|||
background-image: none;
|
||||
}
|
||||
|
||||
.hook-button-misc() {
|
||||
a:hover {
|
||||
& .uk-button-default:extend(.uk-button-default:hover){};
|
||||
& .uk-button-primary:extend(.uk-button-primary:hover){};
|
||||
& .uk-button-secondary:extend(.uk-button-secondary:hover){};
|
||||
}
|
||||
}
|
||||
|
||||
/* Inverse */
|
||||
@inverse-button-box-shadow: @inverse-global-medium-box-shadow;
|
||||
@inverse-button-hover-box-shadow: @inverse-global-small-box-shadow;
|
||||
|
|
Loading…
Reference in New Issue