refactor: 💄 Make disabled buttons slightly more visible
This commit is contained in:
parent
0831b8b6d8
commit
8db91f277f
@ -939,7 +939,7 @@ defineExpose({
|
||||
padding: 8px;
|
||||
opacity: 0.7;
|
||||
&:disabled {
|
||||
opacity: 0.2 !important;
|
||||
opacity: 0.3 !important;
|
||||
}
|
||||
flex-grow: 1;
|
||||
max-width: 3.5em;
|
||||
|
@ -543,7 +543,7 @@ function noteClick(e) {
|
||||
padding: 8px;
|
||||
opacity: 0.7;
|
||||
&:disabled {
|
||||
opacity: 0.2 !important;
|
||||
opacity: 0.3 !important;
|
||||
}
|
||||
flex-grow: 1;
|
||||
max-width: 3.5em;
|
||||
|
Loading…
Reference in New Issue
Block a user