We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f29ea commit 6325532Copy full SHA for 6325532
assets/stylesheets/modules/ai-helper/common/ai-helper.scss
@@ -229,13 +229,13 @@
229
padding-right: 2em;
230
}
231
232
- .category-chooser:not(.is-disabled) {
+ .category-chooser {
233
.select-kit-header-wrapper {
234
padding-right: 1.5em;
235
236
237
238
- .mini-tag-chooser:not(.is-disabled) {
+ .mini-tag-chooser {
239
.multi-select-header {
240
241
@@ -314,7 +314,7 @@
314
315
316
.showing-ai-suggestions {
317
- #reply-title:not([disabled]) {
+ #reply-title {
318
319
320
0 commit comments