Update input read-only and text selection styles
This commit is contained in:
		
							parent
							
								
									572ba5362d
								
							
						
					
					
						commit
						3c9a1a1617
					
				| 
						 | 
				
			
			@ -29,8 +29,9 @@ $form-background: #f1f5f9;
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
    &:read-only {
 | 
			
		||||
      background-color: $form-background;
 | 
			
		||||
      background-color: #eaebee;
 | 
			
		||||
      cursor: default;
 | 
			
		||||
      color: #9aa2b8;
 | 
			
		||||
 | 
			
		||||
      &:focus,
 | 
			
		||||
      &:active {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,3 +1,8 @@
 | 
			
		|||
*::selection {
 | 
			
		||||
  background-color: #2962ffb2;
 | 
			
		||||
  color: #fff;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.ds-title {
 | 
			
		||||
  color: #313747;
 | 
			
		||||
  font-weight: 900;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue