mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 23:02:26 +00:00
Change edit tags dialog UI (#5655)
* fix warnings * 01 tags icon always show * 02 tag list footer UI * 03 change select color popover style * 04 Add virtual tag * 05 handle key event * 06 add createRepoTags API * 07 optimize codes * 08 optimize codes * optimize python code * change create tags success callback --------- Co-authored-by: wang <40563566+loveclever@users.noreply.github.com>
This commit is contained in:
@@ -58,3 +58,22 @@
|
||||
.tag-color-option .colorinput-input:checked ~ .colorinput-color .color-selected {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* tag-color */
|
||||
.tag-color-popover .popover {
|
||||
max-width: 360px;
|
||||
}
|
||||
|
||||
.tag-color-popover .tag-color {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.tag-color-popover .colorinput-color {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.tag-color-popover .tag-color-option .colorinput-input:checked ~ .colorinput-color .color-selected {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user