mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	inbox: Rename btn -> button for CSS classes.
This commit is a part of the efforts to rename btn-related classes and variables to align with Zulip's no-abbreviations policy and streamline the search results.
This commit is contained in:
		@@ -37,7 +37,7 @@
 | 
			
		||||
            z-index: 1;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .btn-inbox-filter {
 | 
			
		||||
        .button-inbox-filter {
 | 
			
		||||
            border: none;
 | 
			
		||||
            height: 30px;
 | 
			
		||||
            border-radius: 5px;
 | 
			
		||||
@@ -52,7 +52,7 @@
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .btn-inbox-selected {
 | 
			
		||||
        .button-inbox-selected {
 | 
			
		||||
            background-color: var(--color-background-button-inbox-selected);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user