1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

[select-editor, link details] fixup: display the current option rightly for the 'select-editor'; removed ':' after 'Permission' for 'link details' (#6465)

This commit is contained in:
llj
2024-08-01 20:47:46 +08:00
committed by GitHub
parent ac82753546
commit 53c85d9366
3 changed files with 8 additions and 5 deletions

View File

@@ -7,10 +7,16 @@
word-wrap: break-word;
white-space: pre-wrap;
}
.permission-editor__option--is-selected .permission-editor-explanation {
color: inherit;
}
.permission-editor .permission-editor__option {
padding-top: 2px;
padding-bottom: 2px;
}
.permission-editor .permission-editor__control .permission-editor-explanation {
display: none;
}