* WindowLevel preset code changes * Remove localStorage code as its already being saved and some small refactor on reducer/action * Creating unit tests for preferences reducer * Fix cypress after class naming change * Make hidden false as default for tab components * Remove addUserPreferences * Small refactor to use commandsManager from getCommandsModule instead of getting it from App.js
47 lines
998 B
Stylus
47 lines
998 B
Stylus
.HotkeysPreferences
|
|
display: flex
|
|
padding: 20px
|
|
|
|
.hotkeyTable
|
|
display: flex
|
|
flex-direction: row
|
|
flex-basis: 0
|
|
flex-grow: 1.5
|
|
|
|
.hotkeyColumn
|
|
display: flex
|
|
flex-direction: column
|
|
flex-basis: 0
|
|
flex-grow: 1.5
|
|
|
|
.hotkeyHeader
|
|
display: flex
|
|
flex-direction: row
|
|
margin-bottom: 10px
|
|
|
|
.headerItemText
|
|
flex-basis: 0
|
|
flex-grow: 1.5
|
|
padding: 5px 15px 5px 0
|
|
|
|
.hotkeyRow
|
|
display: flex
|
|
|
|
.wrapperHotkeyInput
|
|
margin-bottom: 5px
|
|
cursor: pointer
|
|
display: flex
|
|
flex-direction: column
|
|
flex-basis: 0
|
|
flex-grow: 1.5
|
|
|
|
.hotkeyLabel
|
|
padding: 5px 15px 5px 0
|
|
text-align: right
|
|
flex-basis: 0
|
|
flex-grow: 1.5
|
|
|
|
.stateError
|
|
.preferencesInput
|
|
background-color: var(--state-error)
|