mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Override some css classes, to have a beautiful trix editor toolbar buttons
- buttons background are transparent (instead of blue) - buttons background on hovering are transparent (instead of green) - disabled buttons cursor is default (instead of pointer)
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
trix-toolbar [data-trix-button-group="file-tools"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
trix-toolbar .trix-button {
|
||||
background-color: transparent;
|
||||
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user