You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-04 11:51:45 +03:00 
			
		
		
		
	Fix rounded corners for the formatting toolbar
The formatting toolbar is meant to have rounded corners like the message action bar. Fixes https://github.com/vector-im/riot-web/issues/11203
This commit is contained in:
		@@ -41,6 +41,18 @@ limitations under the License.
 | 
			
		||||
        &:hover {
 | 
			
		||||
            border-color: $message-action-bar-hover-border-color;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        &:first-child {
 | 
			
		||||
            border-radius: 3px 0 0 3px;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        &:last-child {
 | 
			
		||||
            border-radius: 0 3px 3px 0;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        &:only-child {
 | 
			
		||||
            border-radius: 3px;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .mx_MessageComposerFormatBar_button {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user