mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
Merge pull request #5296 from manucorporat/fix-full-outline
fix(button): remove border radius in full outline button
This commit is contained in:
@ -79,4 +79,5 @@ a.button {
|
|||||||
.button-full.button-outline {
|
.button-full.button-outline {
|
||||||
border-left-width: 0;
|
border-left-width: 0;
|
||||||
border-right-width: 0;
|
border-right-width: 0;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user