Re-fix - U4-11111 - Hide tooltip of slider in document type property preview
This commit is contained in:
@@ -985,7 +985,20 @@ div.umb-codeeditor .umb-btn-toolbar {
|
||||
|
||||
//
|
||||
// Nested boolean (e.g. list view bulk action permissions)
|
||||
// ---------------------=====-----------------------------
|
||||
// -------------------------------------------------------
|
||||
.umb-nested-boolean label {margin-bottom: 8px; float: left; width: 320px;}
|
||||
.umb-nested-boolean label span {float: left; width: 80%;}
|
||||
.umb-nested-boolean label input[type='checkbox'] {margin-right: 10px; float: left;}
|
||||
|
||||
//
|
||||
// Custom styles of property editors in property preview in document type editor
|
||||
// -----------------------------------------------------------------------------
|
||||
.umb-group-builder__property-preview {
|
||||
.umb-property-editor {
|
||||
.slider {
|
||||
.tooltip {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user