css: Use SCSS nesting for .hotkeys_table.

This commit is contained in:
Vaibhav
2019-08-17 16:36:53 +05:30
committed by Tim Abbott
parent c9b8de9cc1
commit a3c6bd68f0

View File

@@ -105,22 +105,22 @@
font-size: 1.5em;
padding: 0.1em 0.2em;
}
}
.hotkeys_table th {
width: 245px;
text-align: center;
// aligns table name with dividing line
}
th {
width: 245px;
text-align: center;
// aligns table name with dividing line
}
.hotkeys_table td:not(.definition) {
text-align: left;
white-space: nowrap;
font-weight: bold;
}
td:not(.definition) {
text-align: left;
white-space: nowrap;
font-weight: bold;
.hotkeys_table td:not(.definition) :not(kbd) {
font-size: 14px;
:not(kbd) {
font-size: 14px;
}
}
}
#keyboard-shortcuts table {