forked from AkkomaGang/admin-fe
Prevent accidental deletion of settings from the database by clicking on the Delete Setting buttons labels.
This commit is contained in:
parent
e8e43c236d
commit
54ccd71b91
1 changed files with 4 additions and 0 deletions
|
@ -545,12 +545,16 @@
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
pointer-events: none;
|
||||||
span {
|
span {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
}
|
}
|
||||||
|
button {
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.el-message {
|
.el-message {
|
||||||
min-width: 80%;
|
min-width: 80%;
|
||||||
|
|
Loading…
Reference in a new issue