mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
add box-shadow for el-tooltip (#1326)
Co-authored-by: pa <maplenagisa@gmail.com>
This commit is contained in:
@@ -538,3 +538,7 @@ div.x-friend-list
|
|||||||
.el-color-picker__trigger {
|
.el-color-picker__trigger {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-tooltip__popper {
|
||||||
|
box-shadow: $--box-shadow-dark !important;
|
||||||
|
}
|
||||||
|
|||||||
@@ -101,6 +101,8 @@ $--select-dropdown-background: $--theme-bg-4;
|
|||||||
$--select-dropdown-border: 1px solid $--theme-border-1;
|
$--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 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-font-color: $--theme-text-2;
|
||||||
$--tree-node-hover-background-color: hsl(
|
$--tree-node-hover-background-color: hsl(
|
||||||
|
|||||||
@@ -98,7 +98,10 @@ $--skeleton-to-color: hsl($--theme-hue, $--theme-saturation, 33%);
|
|||||||
$--select-dropdown-background: $--theme-bg-4;
|
$--select-dropdown-background: $--theme-bg-4;
|
||||||
$--select-dropdown-border: 1px solid $--theme-border-1;
|
$--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-font-color: $--theme-text-2;
|
||||||
$--tree-node-hover-background-color: hsl(
|
$--tree-node-hover-background-color: hsl(
|
||||||
|
|||||||
@@ -98,7 +98,10 @@ $--skeleton-to-color: hsl($--theme-hue, $--theme-saturation, 33%);
|
|||||||
$--select-dropdown-background: $--theme-bg-4;
|
$--select-dropdown-background: $--theme-bg-4;
|
||||||
$--select-dropdown-border: 1px solid $--theme-border-1;
|
$--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-font-color: $--theme-text-2;
|
||||||
$--tree-node-hover-background-color: hsl(
|
$--tree-node-hover-background-color: hsl(
|
||||||
|
|||||||
Reference in New Issue
Block a user