Move KeyboardShortcut
styling into a separate file (#8067)
This commit is contained in:
parent
22712d3091
commit
8418b4fd71
6 changed files with 53 additions and 24 deletions
|
@ -23,7 +23,9 @@ exports[`KeyboardShortcut doesn't render same modifier twice 1`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<div>
|
||||
<div
|
||||
className="mx_KeyboardShortcut"
|
||||
>
|
||||
<KeyboardKey
|
||||
key="ctrlOrCmdKey"
|
||||
name="Control"
|
||||
|
@ -59,7 +61,9 @@ exports[`KeyboardShortcut doesn't render same modifier twice 2`] = `
|
|||
}
|
||||
}
|
||||
>
|
||||
<div>
|
||||
<div
|
||||
className="mx_KeyboardShortcut"
|
||||
>
|
||||
<KeyboardKey
|
||||
key="ctrlOrCmdKey"
|
||||
name="Control"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue