[Glitch] Change poll option hover/active styling to be less confusing
Port beb80adb51 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									7b435fd9bf
								
							
						
					
					
						commit
						60338b2bee
					
				| 
						 | 
					@ -102,8 +102,8 @@
 | 
				
			||||||
    &:active,
 | 
					    &:active,
 | 
				
			||||||
    &:focus,
 | 
					    &:focus,
 | 
				
			||||||
    &:hover {
 | 
					    &:hover {
 | 
				
			||||||
 | 
					      border-color: lighten($valid-value-color, 15%);
 | 
				
			||||||
      border-width: 4px;
 | 
					      border-width: 4px;
 | 
				
			||||||
      background: none;
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    &::-moz-focus-inner {
 | 
					    &::-moz-focus-inner {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue