mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	css: Use SCSS nesting for .hotkeys_table.
This commit is contained in:
		@@ -105,22 +105,22 @@
 | 
			
		||||
        font-size: 1.5em;
 | 
			
		||||
        padding: 0.1em 0.2em;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hotkeys_table th {
 | 
			
		||||
    th {
 | 
			
		||||
        width: 245px;
 | 
			
		||||
        text-align: center;
 | 
			
		||||
        // aligns table name with dividing line
 | 
			
		||||
}
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
.hotkeys_table td:not(.definition) {
 | 
			
		||||
    td:not(.definition) {
 | 
			
		||||
        text-align: left;
 | 
			
		||||
        white-space: nowrap;
 | 
			
		||||
        font-weight: bold;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hotkeys_table td:not(.definition) :not(kbd) {
 | 
			
		||||
        :not(kbd) {
 | 
			
		||||
            font-size: 14px;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#keyboard-shortcuts table {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user