[bug] fix header add button border being shown when opacity is set to 0
This commit is contained in:
parent
1fa622f24d
commit
3959b4f3d0
|
@ -317,7 +317,7 @@
|
|||
background-color: rgb(var(--button-border-active));
|
||||
}
|
||||
|
||||
.is-header-add-opacity .header-add:active:after {
|
||||
.is-header-editadd-opacity .header-add:active:after {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue