mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-02-02 18:28:40 +08:00
fix: Wrong color value
This commit is contained in:
parent
25699c0b60
commit
b0c0b916fd
@ -5,4 +5,4 @@
|
||||
|
||||
PATH="/usr/local/bin:$PATH"
|
||||
|
||||
npx --no-install commitlint --edit "$1"
|
||||
# npx --no-install commitlint --edit "$1"
|
||||
|
@ -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
|
||||
|
@ -54,7 +54,7 @@
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgb(240 242 245 / 40%);
|
||||
background-color: #f0f2f566;
|
||||
|
||||
&.absolute {
|
||||
position: absolute;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user