复用平台输入框收口素材侧栏
编辑器素材侧栏的新建文件夹、文件夹重命名和素材重命名输入框改为复用 PlatformTextField。 输入框局部样式改为明确 class 覆盖,不再按 input 标签选择器维护基础输入 chrome。 补充编辑器测试断言共享输入框原语,并更新 TRACKING。
This commit is contained in:
+4
-4
@@ -3392,12 +3392,12 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
}
|
||||
|
||||
.image-canvas-editor__asset-folder-header > span:first-of-type,
|
||||
.image-canvas-editor__asset-folder-header > input {
|
||||
.image-canvas-editor__folder-rename-input {
|
||||
min-width: 0;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.image-canvas-editor__asset-folder-header input {
|
||||
.image-canvas-editor__folder-rename-input {
|
||||
height: 1.8rem;
|
||||
border: 1px solid #8fb8ff;
|
||||
border-radius: 0.35rem;
|
||||
@@ -3543,7 +3543,7 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.image-canvas-editor__asset-meta input {
|
||||
.image-canvas-editor__asset-rename-input {
|
||||
min-width: 0;
|
||||
height: 1.8rem;
|
||||
border: 1px solid #8fb8ff;
|
||||
@@ -3592,7 +3592,7 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
padding: 0.4rem;
|
||||
}
|
||||
|
||||
.image-canvas-editor__folder-create input {
|
||||
.image-canvas-editor__folder-create-input {
|
||||
min-width: 0;
|
||||
height: 2rem;
|
||||
border: 1px solid #8fb8ff;
|
||||
|
||||
Reference in New Issue
Block a user