Move KeyboardShortcut styling into a separate file (#8067)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -50,7 +50,9 @@ exports[`KeyboardUserSettingsTab renders list of keyboard shortcuts 1`] = `
|
||||
}
|
||||
}
|
||||
>
|
||||
<div>
|
||||
<div
|
||||
className="mx_KeyboardShortcut"
|
||||
>
|
||||
<KeyboardKey
|
||||
key="ctrlKey"
|
||||
name="Control"
|
||||
@@ -92,7 +94,9 @@ exports[`KeyboardUserSettingsTab renders list of keyboard shortcuts 1`] = `
|
||||
}
|
||||
}
|
||||
>
|
||||
<div>
|
||||
<div
|
||||
className="mx_KeyboardShortcut"
|
||||
>
|
||||
<KeyboardKey
|
||||
key="ctrlKey"
|
||||
name="Control"
|
||||
@@ -160,7 +164,9 @@ exports[`KeyboardUserSettingsTab renders list of keyboard shortcuts 1`] = `
|
||||
}
|
||||
}
|
||||
>
|
||||
<div>
|
||||
<div
|
||||
className="mx_KeyboardShortcut"
|
||||
>
|
||||
<KeyboardKey
|
||||
last={true}
|
||||
name="Enter"
|
||||
|
||||
Reference in New Issue
Block a user