From 75aeb4e63339b60f9559af984c7d9f87a7cba24a Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 09 五月 2024 17:40:47 +0800
Subject: [PATCH] 轨迹动画和任务管理
---
src/styles/elementUI.scss | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/styles/elementUI.scss b/src/styles/elementUI.scss
index 281d6e2..813ba05 100644
--- a/src/styles/elementUI.scss
+++ b/src/styles/elementUI.scss
@@ -13,3 +13,15 @@
// .el-radio {
// --el-radio-text-color: white;
// }
+
+.el-button-custom {
+ --el-button-bg-color: var(--bg-color);
+ --el-button-hover-text-color: var(--select_color);
+ --el-button-hover-bg-color: var(--bg-color);
+ --el-button-border-color: var(--font-color);
+ --el-button-active-border-color: transparent;
+}
+
+.el-button-custom:focus-visible {
+ outline: 0px solid var(--el-button-outline-color);
+}
\ No newline at end of file
--
Gitblit v1.9.3