File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
packages/uui-button-inline-create/lib Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ export class UUIButtonInlineCreateElement extends LitElement {
76
76
:host(:hover) #button-wrapper:before {
77
77
animation: ${ UUIBlinkAnimationValue } ;
78
78
background-color: var(--uui-color-interactive-emphasis);
79
- border-color: var(--uui-color-surface);
79
+ border-color: var(--uui-color-surface) !important ;
80
80
}
81
81
82
82
#button-wrapper:before {
@@ -103,6 +103,10 @@ export class UUIButtonInlineCreateElement extends LitElement {
103
103
width: 2px;
104
104
left: 50%;
105
105
transform: translateX(-50%);
106
+ border-top: none;
107
+ border-bottom: none;
108
+ border-left: 1px solid transparent;
109
+ border-right: 1px solid transparent;
106
110
}
107
111
108
112
:host(:not([vertical]):not(:hover)) #plus:not(:focus) {
You can’t perform that action at this time.
0 commit comments