Added fade out to danger buttons
This commit is contained in:
parent
cc01f35d65
commit
1acf01014f
2 changed files with 2 additions and 1 deletions
|
@ -51,6 +51,8 @@ export default defineComponent({
|
|||
.container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background: var(--raised-background);
|
||||
box-shadow: var(--raised-background) 0 2px 3px 5px;
|
||||
}
|
||||
|
||||
.container.confirming button {
|
||||
|
|
|
@ -161,7 +161,6 @@ export default defineComponent({
|
|||
right: 4px;
|
||||
display: flex;
|
||||
padding: 4px;
|
||||
background: inherit;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue