ironbar(launcher): Show indicator on click

This commit is contained in:
Donovan Glover 2023-07-11 07:55:37 -04:00
parent 13e6407381
commit 4dd6ae821a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -84,6 +84,10 @@
margin-right: 4px;
}
.launcher .item:active {
background: #${base09};
}
.launcher .open {
box-shadow: inset 0 -2px;
}