mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
fix: 修改弹窗按钮高亮提示 (#187)
This commit is contained in:
@@ -96,7 +96,7 @@ td .el-button.el-button--mini {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.el-button.el-button--default:focus:not(.is-disabled), .el-button.el-button--default:hover:not(.is-disabled) {
|
||||
.el-button.el-button--default:hover:not(.is-disabled) {
|
||||
color: #606266;
|
||||
border-color: #d2d2d2;
|
||||
background-color: #e6e6e6;
|
||||
@@ -431,7 +431,7 @@ a {
|
||||
|
||||
.el-button--danger.is-plain {
|
||||
color: $--color-danger;
|
||||
background: white;
|
||||
background: #ffffff;
|
||||
border-color: $--color-danger;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user