Fix some icon css color changes
This commit is contained in:
		
							parent
							
								
									e066bb1e9d
								
							
						
					
					
						commit
						4192869593
					
				| @ -51,7 +51,7 @@ | ||||
|           <a class="title-link" href="" [routerLink]="['/blocks' | relativeUrl]"> | ||||
|             <h5 class="card-title d-inline" i18n="dashboard.latest-blocks">Latest blocks</h5> | ||||
|             <span> </span> | ||||
|             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon> | ||||
|             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon> | ||||
|           </a> | ||||
|           <app-blocks-list [attr.data-cy]="'latest-blocks'" [widget]=true></app-blocks-list> | ||||
|         </div> | ||||
| @ -65,7 +65,7 @@ | ||||
|           <a class="title-link" href="" [routerLink]="['/graphs/mining/hashrate-difficulty' | relativeUrl]"> | ||||
|             <h5 class="card-title d-inline" i18n="dashboard.adjustments">Adjustments</h5> | ||||
|             <span> </span> | ||||
|             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon> | ||||
|             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon> | ||||
|           </a> | ||||
|           <app-difficulty-adjustments-table [attr.data-cy]="'difficulty-adjustments-table'"></app-difficulty-adjustments-table> | ||||
|         </div> | ||||
|  | ||||
| @ -78,7 +78,7 @@ | ||||
|           <a class="title-link" href="" [routerLink]="['/rbf' | relativeUrl]"> | ||||
|             <h5 class="card-title d-inline" i18n="dashboard.latest-rbf-replacements">Latest replacements</h5> | ||||
|             <span> </span> | ||||
|             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon> | ||||
|             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon> | ||||
|           </a> | ||||
|           <table class="table lastest-replacements-table"> | ||||
|             <thead> | ||||
| @ -112,7 +112,7 @@ | ||||
|             <a class="title-link" href="" [routerLink]="['/blocks' | relativeUrl]"> | ||||
|               <h5 class="card-title d-inline" i18n="dashboard.latest-blocks">Latest blocks</h5> | ||||
|               <span> </span> | ||||
|               <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon> | ||||
|               <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon> | ||||
|             </a> | ||||
|             <table class="table lastest-blocks-table"> | ||||
|               <thead> | ||||
|  | ||||
| @ -61,7 +61,7 @@ | ||||
|           <a class="title-link" href="" [routerLink]="['/lightning/nodes/rankings/liquidity' | relativeUrl]"> | ||||
|             <h5 class="card-title d-inline" i18n="lightning.liquidity-ranking">Liquidity Ranking</h5> | ||||
|             <span> </span> | ||||
|             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon> | ||||
|             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon> | ||||
|           </a> | ||||
|           <app-top-nodes-per-capacity [nodes$]="nodesRanking$" [widget]="true"></app-top-nodes-per-capacity> | ||||
|         </div> | ||||
| @ -75,7 +75,7 @@ | ||||
|           <a class="title-link" href="" [routerLink]="['/lightning/nodes/rankings/connectivity' | relativeUrl]"> | ||||
|             <h5 class="card-title d-inline" i18n="lightning.connectivity-ranking">Connectivity Ranking</h5> | ||||
|             <span> </span> | ||||
|             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon> | ||||
|             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon> | ||||
|           </a> | ||||
|           <app-top-nodes-per-channels [nodes$]="nodesRanking$" [widget]="true"></app-top-nodes-per-channels> | ||||
|         </div> | ||||
|  | ||||
| @ -8,7 +8,7 @@ | ||||
|             <h5 class="card-title d-inline" i18n="lightning.liquidity-ranking">Liquidity Ranking</h5> | ||||
|             <span> </span> | ||||
|             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" | ||||
|               style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon> | ||||
|               style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon> | ||||
|           </a> | ||||
|           <app-top-nodes-per-capacity [nodes$]="nodesRanking$" [widget]="true"></app-top-nodes-per-capacity> | ||||
|         </div> | ||||
| @ -22,7 +22,7 @@ | ||||
|             <h5 class="card-title d-inline" i18n="lightning.connectivity-ranking">Connectivity Ranking</h5> | ||||
|             <span> </span> | ||||
|             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" | ||||
|               style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon> | ||||
|               style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon> | ||||
|           </a> | ||||
|           <app-top-nodes-per-channels [nodes$]="nodesRanking$" [widget]="true"></app-top-nodes-per-channels> | ||||
|         </div> | ||||
| @ -36,7 +36,7 @@ | ||||
|             <h5 class="card-title d-inline" i18n="lightning.top-channels-age">Oldest nodes</h5> | ||||
|             <span> </span> | ||||
|             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" | ||||
|               style="vertical-align: 'text-top'; font-size: 13px; color: '#4a68b9'"></fa-icon> | ||||
|               style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon> | ||||
|           </a> | ||||
|           <app-oldest-nodes [widget]="true"></app-oldest-nodes> | ||||
|         </div> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user