Disable room list when editing, rename mx_GroupView_group to _editing
This commit is contained in:
parent
9ff1fe8a72
commit
8fbccf0a77
1 changed files with 8 additions and 2 deletions
|
@ -175,15 +175,21 @@ limitations under the License.
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_group {
|
.mx_GroupView_editing {
|
||||||
border-top: 1px solid $primary-hairline-color;
|
border-top: 1px solid $primary-hairline-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_group_disabled {
|
.mx_GroupView_editing_disabled {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_GroupView_editing .mx_RoomDirectory_table {
|
||||||
|
cursor: initial;
|
||||||
|
pointer-events: none;
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_GroupView_rooms_header_addRow_button {
|
.mx_GroupView_rooms_header_addRow_button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue