mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
6dcc22642a
* Update "go to line" hotkey for cm6 and add new info text in hotkeys modal * Differentiate modal title between cm6 and ace hotkeys * Update test to reflect change in hotkeys modal title * Add test for hotkeys modal bottom text * Update test on editor left menu hotkeys button to reflect change in hotkeys modal title GitOrigin-RevId: 61bae16313ea7a37fa3b9441dbe5a93ab7823d01
31 lines
547 B
Text
31 lines
547 B
Text
.hotkeys-modal {
|
|
font-size: 14px;
|
|
|
|
h3:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.hotkey {
|
|
margin-bottom: @line-height-computed / 2;
|
|
}
|
|
|
|
.description {
|
|
display: inline-block;
|
|
}
|
|
|
|
.combination {
|
|
padding: 4px 8px;
|
|
border-radius: 3px;
|
|
background-color: @gray-dark;
|
|
color: white;
|
|
font-family: @font-family-sans-serif;
|
|
font-weight: 600;
|
|
margin-right: @line-height-computed / 4;
|
|
}
|
|
|
|
.hotkeys-modal-bottom-text {
|
|
background-color: @ol-blue-gray-0;
|
|
padding: @padding-sm;
|
|
border-radius: 5px;
|
|
}
|
|
}
|