Adwaita: fix rubberband selection
This commit is contained in:
		@ -117,6 +117,11 @@
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.rubberband {
 | 
			
		||||
  border: 1px solid $selected_bg_color;
 | 
			
		||||
  background-color: transparentize($selected_bg_color,0.8);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*********************
 | 
			
		||||
 * Spinner Animation *
 | 
			
		||||
 *********************/
 | 
			
		||||
 | 
			
		||||
@ -105,6 +105,10 @@
 | 
			
		||||
    color: #c9cbc9;
 | 
			
		||||
    background-color: #2c2c2c; }
 | 
			
		||||
 | 
			
		||||
.rubberband {
 | 
			
		||||
  border: 1px solid #215d9c;
 | 
			
		||||
  background-color: rgba(33, 93, 156, 0.2); }
 | 
			
		||||
 | 
			
		||||
/*********************
 | 
			
		||||
 * Spinner Animation *
 | 
			
		||||
 *********************/
 | 
			
		||||
 | 
			
		||||
@ -105,6 +105,10 @@
 | 
			
		||||
    color: #54595a;
 | 
			
		||||
    background-color: #fcfcfc; }
 | 
			
		||||
 | 
			
		||||
.rubberband {
 | 
			
		||||
  border: 1px solid #4a90d9;
 | 
			
		||||
  background-color: rgba(74, 144, 217, 0.2); }
 | 
			
		||||
 | 
			
		||||
/*********************
 | 
			
		||||
 * Spinner Animation *
 | 
			
		||||
 *********************/
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user