chore: Remove older UI (#11720)

This commit is contained in:
Sivin Varghese
2025-07-01 09:43:44 +05:30
committed by GitHub
parent 58da92a252
commit 24ea968b00
369 changed files with 974 additions and 9363 deletions

View File

@@ -18,10 +18,7 @@ export default {
</script>
<template>
<div
class="menu text-slate-800 dark:text-slate-100 min-h-7 min-w-0"
role="button"
>
<div class="menu text-n-slate-12 min-h-7 min-w-0" role="button">
<fluent-icon
v-if="variant === 'icon' && option.icon"
:icon="option.icon"
@@ -49,7 +46,7 @@ export default {
<style scoped lang="scss">
.menu {
width: calc(var(--space-mega) * 2);
width: calc(6.25rem * 2);
@apply flex items-center flex-nowrap p-1 rounded-md overflow-hidden cursor-pointer;
.menu-label {
@@ -57,7 +54,7 @@ export default {
}
&:hover {
@apply bg-n-brand text-white dark:text-slate-50;
@apply bg-n-brand text-white;
}
}