add box-shadow for el-tooltip (#1326)

Co-authored-by: pa <maplenagisa@gmail.com>
This commit is contained in:
Natsumi
2025-08-21 05:00:57 +12:00
parent 99e45f1980
commit 15a845dff7
4 changed files with 14 additions and 2 deletions

View File

@@ -538,3 +538,7 @@ div.x-friend-list
.el-color-picker__trigger {
border: none;
}
.el-tooltip__popper {
box-shadow: $--box-shadow-dark !important;
}

View File

@@ -101,6 +101,8 @@ $--select-dropdown-background: $--theme-bg-4;
$--select-dropdown-border: 1px solid $--theme-border-1;
$--dropdown-menu-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
$--box-shadow-base: 0 1px 2px hsla($--theme-hue, $--theme-saturation, 0%, 0.1);
$--box-shadow-dark: 0 1px 3px hsla($--theme-hue, $--theme-saturation, 0%, 0.15);
$--tree-font-color: $--theme-text-2;
$--tree-node-hover-background-color: hsl(

View File

@@ -98,7 +98,10 @@ $--skeleton-to-color: hsl($--theme-hue, $--theme-saturation, 33%);
$--select-dropdown-background: $--theme-bg-4;
$--select-dropdown-border: 1px solid $--theme-border-1;
$--dropdown-menu-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
$--dropdown-menu-box-shadow: 0 2px 12px
hsla($--theme-hue, $--theme-saturation, 0%, 0.15);
$--box-shadow-base: 0 1px 2px hsla($--theme-hue, $--theme-saturation, 0%, 0.1);
$--box-shadow-dark: 0 1px 3px hsla($--theme-hue, $--theme-saturation, 0%, 0.15);
$--tree-font-color: $--theme-text-2;
$--tree-node-hover-background-color: hsl(

View File

@@ -98,7 +98,10 @@ $--skeleton-to-color: hsl($--theme-hue, $--theme-saturation, 33%);
$--select-dropdown-background: $--theme-bg-4;
$--select-dropdown-border: 1px solid $--theme-border-1;
$--dropdown-menu-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
$--dropdown-menu-box-shadow: 0 2px 12px
hsla($--theme-hue, $--theme-saturation, 0%, 0.15);
$--box-shadow-base: 0 1px 2px hsla($--theme-hue, $--theme-saturation, 0%, 0.1);
$--box-shadow-dark: 0 1px 3px hsla($--theme-hue, $--theme-saturation, 0%, 0.15);
$--tree-font-color: $--theme-text-2;
$--tree-node-hover-background-color: hsl(