You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Device manager - device tile main click target (#9409)
* change device tile click to toggle details instead of selection * lint * test current device section click * stuck cypress
This commit is contained in:
@ -21,6 +21,10 @@ limitations under the License.
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mx_DeviceTile_interactive {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mx_DeviceTile_info {
|
||||
flex: 1 1 0;
|
||||
}
|
||||
|
@ -19,7 +19,6 @@ limitations under the License.
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mx_SelectableDeviceTile_checkbox {
|
||||
|
Reference in New Issue
Block a user