Skip to content

Commit eb04d7b

Browse files
Merge pull request #1711 from suraj-webkul/tinymce-dark-mode
fix tinymce dark mode more button ui.
2 parents 887c0fb + 7fcd615 commit eb04d7b

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

packages/Webkul/Admin/src/Resources/assets/css/app.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,3 +622,11 @@
622622
.tox .tox-toolbar__group:last-child button[aria-disabled="true"] {
623623
@apply cursor-not-allowed opacity-50;
624624
}
625+
626+
.tox .tox-toolbar__group:last-child button {
627+
@apply !bg-transparent;
628+
}
629+
630+
.tox .tox-toolbar__group:last-child button:hover {
631+
@apply border-0 !bg-[#3389ec] text-white shadow-none;
632+
}

public/admin/build/assets/app-1a3013f6.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/admin/build/assets/app-6148165d.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/admin/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
"src": "node_modules/vue-cal/dist/i18n/zh-hk.es.js"
221221
},
222222
"src/Resources/assets/css/app.css": {
223-
"file": "assets/app-1a3013f6.css",
223+
"file": "assets/app-6148165d.css",
224224
"isEntry": true,
225225
"src": "src/Resources/assets/css/app.css"
226226
},

0 commit comments

Comments
 (0)