Skip to content

Commit

Permalink
Merge 7dfe3e2 into e4c00c1
Browse files Browse the repository at this point in the history
  • Loading branch information
cRui861 authored Oct 30, 2023
2 parents e4c00c1 + 7dfe3e2 commit cd9c15a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions desktop/src/@batch-flask/ui/buttons/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,9 @@ bl-button {
@media (forced-colors: active) {
bl-button {
border: 1px solid currentColor;

&.disabled {
opacity: 0.3;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
(contextmenu)="onContextMenu(favorite)">

<bl-clickable class="dropdown-item favorite-item" (do)="gotoFavorite(favorite)">
<span aria-hidden="true">
<span attr.aria-label="{{favorite.name || favorite.id}}">
<i class="entity-type fa" [ngClass]="entityIcon(favorite)"
[title]="entityType(favorite)"></i>
{{favorite.name || favorite.id}}
Expand Down

0 comments on commit cd9c15a

Please sign in to comment.