Skip to content

Commit

Permalink
Merge pull request #1711 from suraj-webkul/tinymce-dark-mode
Browse files Browse the repository at this point in the history
fix tinymce dark mode more button ui.
  • Loading branch information
devansh-webkul authored Nov 7, 2024
2 parents 887c0fb + 7fcd615 commit eb04d7b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/Webkul/Admin/src/Resources/assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -622,3 +622,11 @@
.tox .tox-toolbar__group:last-child button[aria-disabled="true"] {
@apply cursor-not-allowed opacity-50;
}

.tox .tox-toolbar__group:last-child button {
@apply !bg-transparent;
}

.tox .tox-toolbar__group:last-child button:hover {
@apply border-0 !bg-[#3389ec] text-white shadow-none;
}
1 change: 0 additions & 1 deletion public/admin/build/assets/app-1a3013f6.css

This file was deleted.

1 change: 1 addition & 0 deletions public/admin/build/assets/app-6148165d.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/admin/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"src": "node_modules/vue-cal/dist/i18n/zh-hk.es.js"
},
"src/Resources/assets/css/app.css": {
"file": "assets/app-1a3013f6.css",
"file": "assets/app-6148165d.css",
"isEntry": true,
"src": "src/Resources/assets/css/app.css"
},
Expand Down

0 comments on commit eb04d7b

Please sign in to comment.