[bug] fix header add button border being shown when opacity is set to 0

This commit is contained in:
zombieFox 2020-03-27 13:00:45 +00:00
parent 1fa622f24d
commit 3959b4f3d0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}