mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [steps] update border-color to support safari (#19726)
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
@include when(text) {
|
||||
border-radius: 50%;
|
||||
border: 2px solid;
|
||||
border-color: inherit;
|
||||
border-color: currentColor;
|
||||
}
|
||||
|
||||
@include when(icon) {
|
||||
@@ -97,7 +97,7 @@
|
||||
|
||||
@include e(line) {
|
||||
position: absolute;
|
||||
border-color: inherit;
|
||||
border-color: currentColor;
|
||||
background-color: getCssVar('text-color', 'placeholder');
|
||||
}
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
display: block;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: inherit;
|
||||
border-color: currentColor;
|
||||
transition: 0.15s ease-out;
|
||||
box-sizing: border-box;
|
||||
width: 0;
|
||||
|
||||
Reference in New Issue
Block a user