Device manager - design tweaks (#9768)
* hover style on dropdown * hover states * device details spacing * device details h3 -> h4 * missing fullstops * update snapshots for new copy * device details expand icon bigger * hide current session security card when details expanded * filter dropdown padding and hover state * update cypress selector for device detail heading
This commit is contained in:
@@ -23,17 +23,25 @@ limitations under the License.
|
||||
color: $secondary-content;
|
||||
|
||||
--icon-transform: rotate(-90deg);
|
||||
|
||||
&:hover {
|
||||
background: $quinary-content;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_DeviceExpandDetailsButton.mx_DeviceExpandDetailsButton_expanded {
|
||||
--icon-transform: rotate(0deg);
|
||||
|
||||
background: $system;
|
||||
|
||||
&:hover {
|
||||
background: $quinary-content;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_DeviceExpandDetailsButton_icon {
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
|
||||
transition: all 0.3s;
|
||||
transform: var(--icon-transform);
|
||||
|
||||
Reference in New Issue
Block a user