style: remove "Custom Shortcut" overlay text

This commit is contained in:
SethBurkart123
2025-05-05 20:31:23 +10:00
parent 91035172d2
commit 9aef4c7204
3 changed files with 2 additions and 12 deletions
-11
View File
@@ -1225,17 +1225,6 @@ div > ol:has(.uiFileHandlerWrapper) {
position: relative;
transition: 200ms;
}
.customshortcut::after {
content: "Custom Shortcut";
position: absolute;
top: -4px;
right: -15px;
font-size: 8px;
padding: 2px 5px;
background: var(--better-alert-highlight);
border-radius: 8px;
color: white;
}
.shortcut:hover {
background: var(--auto-background);
}