mirror of
				https://github.com/Zelda64Recomp/Zelda64Recomp.git
				synced 2025-10-30 08:03:03 +00:00 
			
		
		
		
	set svg img color with menu item
This commit is contained in:
		
							parent
							
								
									a06f98ab09
								
							
						
					
					
						commit
						a25f967094
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -13,6 +13,7 @@
 | 
			
		|||
*/
 | 
			
		||||
 | 
			
		||||
.menu-list-item {
 | 
			
		||||
    @include set-color($color-text-dim);
 | 
			
		||||
    display: flex;
 | 
			
		||||
    flex-direction: row;
 | 
			
		||||
    align-items: center;
 | 
			
		||||
| 
						 | 
				
			
			@ -21,7 +22,6 @@
 | 
			
		|||
    padding: space(16);
 | 
			
		||||
    border-radius: $border-radius-sm;
 | 
			
		||||
    background-color: rgba(0, 0, 0, 0);
 | 
			
		||||
    color: $color-text-dim;
 | 
			
		||||
    cursor: pointer;
 | 
			
		||||
 | 
			
		||||
    &--right {
 | 
			
		||||
| 
						 | 
				
			
			@ -41,7 +41,7 @@
 | 
			
		|||
 | 
			
		||||
    &:focus:not(:disabled, [disabled]),
 | 
			
		||||
    &:hover:not(:disabled, [disabled]) {
 | 
			
		||||
        color: $color-primary;
 | 
			
		||||
        @include set-color($color-primary);
 | 
			
		||||
        decorator: $primary-lr-fade;
 | 
			
		||||
 | 
			
		||||
        .menu-list-item__bullet {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue