Generic menu button tooltip and tweak menu item cursors
This commit is contained in:
parent
64bce91577
commit
fba47f78fd
|
@ -337,7 +337,6 @@ a.configure[target="_blank"] .svg-icon.config {
|
||||||
border: none;
|
border: none;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 0 0 20px;
|
padding: 0 0 0 20px;
|
||||||
cursor: pointer;
|
|
||||||
height: 24px;
|
height: 24px;
|
||||||
background: none;
|
background: none;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -345,10 +344,13 @@ a.configure[target="_blank"] .svg-icon.config {
|
||||||
.entry.menu-active.accessible-items .menu-item {
|
.entry.menu-active.accessible-items .menu-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
.entry .menu-item.delete {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
.entry .menu-item.delete:hover {
|
.entry .menu-item.delete:hover {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
.entry .menu-item.delete > span {
|
.entry .menu-item > span {
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
}
|
}
|
||||||
.entry .menu-item:hover,
|
.entry .menu-item:hover,
|
||||||
|
@ -366,7 +368,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;
|
cursor: help;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* checkbox */
|
/* checkbox */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user