mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-18 12:22:40 +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 > * {
|
#compose-container .toolbar-button > * {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
cursor: inherit;
|
cursor: inherit;
|
||||||
|
outline: 0;
|
||||||
}
|
}
|
||||||
#compose-container .toolbar-button:has([disabled]) {
|
#compose-container .toolbar-button:has([disabled]) {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
|
Loading…
Reference in a new issue