mirror of https://github.com/vector-im/riot-web
				
				
				
			Revert "Merge branch 'joriks/horizontal-resize-bars' into 'element'"
This reverts commit eb0cb5c279.
			
			
				pull/21833/head
			
			
		
							parent
							
								
									2e8285590c
								
							
						
					
					
						commit
						9b13ef1446
					
				| 
						 | 
				
			
			@ -26,23 +26,3 @@ limitations under the License.
 | 
			
		|||
    margin: 0 -10px 0 0;
 | 
			
		||||
    padding: 0 10px 0 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.mx_MainSplit > .mx_ResizeHandle_horizontal:hover {
 | 
			
		||||
    position: relative;
 | 
			
		||||
 | 
			
		||||
    &::before {
 | 
			
		||||
        position: absolute;
 | 
			
		||||
        left: 4px;
 | 
			
		||||
        top: 50%;
 | 
			
		||||
        transform: translate(0, -50%);
 | 
			
		||||
 | 
			
		||||
        height: 30%;
 | 
			
		||||
        width: 4px;
 | 
			
		||||
        border-radius: 4px;
 | 
			
		||||
 | 
			
		||||
        content: ' ';
 | 
			
		||||
 | 
			
		||||
        background-color: $primary-fg-color;
 | 
			
		||||
        opacity: 0.8;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -78,23 +78,3 @@ limitations under the License.
 | 
			
		|||
    */
 | 
			
		||||
    height: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.mx_MatrixChat > .mx_ResizeHandle_horizontal:hover {
 | 
			
		||||
    position: relative;
 | 
			
		||||
 | 
			
		||||
    &::before {
 | 
			
		||||
        position: absolute;
 | 
			
		||||
        left: -2px;
 | 
			
		||||
        top: 50%;
 | 
			
		||||
        transform: translate(0, -50%);
 | 
			
		||||
 | 
			
		||||
        height: 30%;
 | 
			
		||||
        width: 4px;
 | 
			
		||||
        border-radius: 4px;
 | 
			
		||||
 | 
			
		||||
        content: ' ';
 | 
			
		||||
 | 
			
		||||
        background-color: $primary-fg-color;
 | 
			
		||||
        opacity: 0.8;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue