Disable outline for form fields inside the toolbar button

This commit is contained in:
Lim Chee Aun 2022-12-11 10:37:43 +08:00
parent 2945aaab9a
commit acfc06e5a6

View file

@ -106,6 +106,7 @@
#compose-container .toolbar-button > * {
vertical-align: middle;
cursor: inherit;
outline: 0;
}
#compose-container .toolbar-button:has([disabled]) {
cursor: not-allowed;