mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Disable outline for form fields inside the toolbar button
This commit is contained in:
parent
2945aaab9a
commit
acfc06e5a6
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
|||
#compose-container .toolbar-button > * {
|
||||
vertical-align: middle;
|
||||
cursor: inherit;
|
||||
outline: 0;
|
||||
}
|
||||
#compose-container .toolbar-button:has([disabled]) {
|
||||
cursor: not-allowed;
|
||||
|
|
Loading…
Reference in a new issue