Commit 32626613 authored by porcelainHeart's avatar porcelainHeart Committed by hetech

Button: fix disabled button style bug (#13188)

parent 7daa72be
...@@ -192,7 +192,9 @@ ...@@ -192,7 +192,9 @@
& + .el-button { & + .el-button {
margin-left: 0; margin-left: 0;
} }
&.is-disabled {
z-index: 1;
}
&:first-child { &:first-child {
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment