Disabled cursor and delete leftover code
This commit is contained in:
parent
f7d0853f84
commit
6f3a36555b
|
@ -296,10 +296,6 @@ a.configure[target="_blank"] .svg-icon.config {
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.svg-icon.config {
|
|
||||||
width: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.not-applied .checker,
|
.not-applied .checker,
|
||||||
.not-applied .style-name,
|
.not-applied .style-name,
|
||||||
.not-applied .actions > * {
|
.not-applied .actions > * {
|
||||||
|
@ -370,6 +366,7 @@ a.configure[target="_blank"] .svg-icon.config {
|
||||||
.entry .menu-item.disabled {
|
.entry .menu-item.disabled {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* checkbox */
|
/* checkbox */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user