File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -129,5 +129,9 @@ defineProps<{
129129 .app-menu-entry--active ::before {
130130 opacity : 0 ;
131131 }
132+
133+ .app-menu-icon__unread {
134+ opacity : 0 ;
135+ }
132136}
133137 </style >
Original file line number Diff line number Diff line change 88 role =" img"
99 :aria-hidden =" ariaHidden"
1010 :aria-label =" ariaLabel" >
11- <img class =" app-menu-icon__icon" :src =" app.icon" >
11+ <img class =" app-menu-icon__icon" :src =" app.icon" alt = " " >
1212 <IconDot v-if =" app.unread" class =" app-menu-icon__unread" :size =" 10" />
1313 </span >
1414</template >
@@ -58,6 +58,7 @@ $unread-indicator-size: 10px;
5858 position : absolute ;
5959 inset-block-end : calc ($unread-indicator-size / -2.5 );
6060 inset-inline-end : calc ($unread-indicator-size / -2.5 );
61+ transition : all 0.1s ease-in-out ;
6162 }
6263}
6364 </style >
You can’t perform that action at this time.
0 commit comments