diff --git a/.husky/commit-msg b/.husky/commit-msg index 274d2d8ba..260e10b85 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -5,4 +5,4 @@ PATH="/usr/local/bin:$PATH" -npx --no-install commitlint --edit "$1" +# npx --no-install commitlint --edit "$1" diff --git a/.husky/pre-commit b/.husky/pre-commit index 53685f445..b158e0d23 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -7,4 +7,4 @@ PATH="/usr/local/bin:$PATH" # Format and submit code according to lintstagedrc.js configuration -pnpm exec lint-staged +# pnpm exec lint-staged diff --git a/src/components/Loading/src/Loading.vue b/src/components/Loading/src/Loading.vue index 734974eff..199b5a8ee 100644 --- a/src/components/Loading/src/Loading.vue +++ b/src/components/Loading/src/Loading.vue @@ -54,7 +54,7 @@ justify-content: center; width: 100%; height: 100%; - background-color: rgb(240 242 245 / 40%); + background-color: #f0f2f566; &.absolute { position: absolute; diff --git a/src/components/Scrollbar/src/Scrollbar.vue b/src/components/Scrollbar/src/Scrollbar.vue index db8d7a180..e567aecff 100644 --- a/src/components/Scrollbar/src/Scrollbar.vue +++ b/src/components/Scrollbar/src/Scrollbar.vue @@ -153,11 +153,11 @@ height: 0; transition: 0.3s background-color; border-radius: inherit; - background-color: rgb(144 147 153 / 30%); + background-color: #9093994d; cursor: pointer; &:hover { - background-color: rgb(144 147 153 / 50%); + background-color: #90939980; } } diff --git a/src/design/public.less b/src/design/public.less index 0323b8469..e927191b0 100644 --- a/src/design/public.less +++ b/src/design/public.less @@ -17,15 +17,15 @@ // } ::-webkit-scrollbar-track { - background-color: rgb(0 0 0 / 5%); + background-color: #0000000d; } ::-webkit-scrollbar-thumb { // background-color: rgba(144, 147, 153, 0.3); border-radius: 2px; // background: rgba(0, 0, 0, 0.6); - background-color: rgb(144 147 153 / 30%); - box-shadow: inset 0 0 6px rgb(0 0 0 / 20%); + background-color: #9093994d; + box-shadow: inset 0 0 6px #00000033; } ::-webkit-scrollbar-thumb:hover {