Fixed some buttons in the Pink theme that were not consistent in appearance. (#683)

* Fixed button appearance when hovering the mouse

* Adjust the roundness of the corners of the popup to match the other button.
This commit is contained in:
優希 (Yuki)
2023-11-13 17:19:06 +09:00
committed by GitHub
parent 6a2eba75dc
commit 2f4ccb887b

View File

@@ -56,7 +56,6 @@ textarea {
}
.el-tree-node:focus > .el-tree-node__content,
.el-tree-node__content:hover {
border-radius: 10px;
background-color: var(--light-bg);
}
.el-button:not(.el-button--text, .el-button--primary, .is-disabled),
@@ -86,7 +85,6 @@ textarea {
.x-change-image-item:hover,
.x-friend-item:hover {
background-color: var(--lighter-lighter-bg);
border-radius: 10px;
color: #fff;
}
.el-button--primary {
@@ -105,7 +103,6 @@ textarea {
.el-dialog,
.el-dropdown-menu,
.el-tooltip__popper.is-dark {
border-radius: 10px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.el-dropdown-menu__item,