tweak context menu's text labels (#3306)
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
Notify HeyPuter / notify (push) Has been cancelled
release-please / release-please (push) Has been cancelled

This commit is contained in:
Miika Kuisma
2026-06-25 09:46:05 -07:00
committed by GitHub
parent 01d28eb2c5
commit ebbe382596
+6 -2
View File
@@ -1710,8 +1710,8 @@ span.header-sort-icon img {
}
.submenu-arrow {
width: 15px;
height: 15px;
width: 10px;
height: 10px;
float: right;
}
@@ -1719,6 +1719,10 @@ span.header-sort-icon img {
display: none;
}
.context-menu-item .contextmenu-label {
height: 12px;
}
.context-menu-item-active .submenu-arrow {
display: none;
pointer-events: none;