mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(buttons): fix the toolbar buttons underline
This commit is contained in:
@ -66,7 +66,7 @@ button[disabled],
|
|||||||
background-color: $bg-color;
|
background-color: $bg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.enable-hover .button-md-#{$color-name}:hover {
|
.enable-hover .button-md-#{$color-name}:hover {
|
||||||
background-color: $bg-color;
|
background-color: $bg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -73,7 +73,7 @@ $button-md-opacity-activated: 1 !default;
|
|||||||
$button-md-box-shadow-activated: 0 3px 5px rgba(0, 0, 0, .14), 0 3px 5px rgba(0, 0, 0, .21) !default;
|
$button-md-box-shadow-activated: 0 3px 5px rgba(0, 0, 0, .14), 0 3px 5px rgba(0, 0, 0, .21) !default;
|
||||||
|
|
||||||
/// @prop - Background color of the ripple on the button
|
/// @prop - Background color of the ripple on the button
|
||||||
$button-md-ripple-background-color: $text-md-color-step-400 !default;
|
$button-md-ripple-background-color: $text-md-color-step-400 !default;
|
||||||
|
|
||||||
/// @prop - Background color of the focused button
|
/// @prop - Background color of the focused button
|
||||||
$button-md-background-color-focused: ion-color($colors-md, $button-md-background-color, shade, md) !default;
|
$button-md-background-color-focused: ion-color($colors-md, $button-md-background-color, shade, md) !default;
|
||||||
|
|||||||
@ -94,6 +94,7 @@ ion-buttons,
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
text-decoration: none;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|||||||
Reference in New Issue
Block a user