Add group header button css

pull/4608/head
David Baker 2017-07-17 17:20:11 +01:00
parent 54f44af494
commit 65b9086f18
1 changed files with 10 additions and 0 deletions

View File

@ -36,6 +36,16 @@ limitations under the License.
vertical-align: middle;
}
.mx_GroupHeader_button {
margin-left: 12px;
cursor: pointer;
}
.mx_GroupHeader_button object {
// prevents clicks from being swallowed by svg in 'object' tag
pointer-events: none;
}
.mx_GroupView_avatarPicker {
position: relative;
}