Skip to content

Commit 6325532

Browse files
committed
remove disabled css state, handled by parent class
1 parent 42f29ea commit 6325532

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/stylesheets/modules/ai-helper/common/ai-helper.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -229,13 +229,13 @@
229229
padding-right: 2em;
230230
}
231231

232-
.category-chooser:not(.is-disabled) {
232+
.category-chooser {
233233
.select-kit-header-wrapper {
234234
padding-right: 1.5em;
235235
}
236236
}
237237

238-
.mini-tag-chooser:not(.is-disabled) {
238+
.mini-tag-chooser {
239239
.multi-select-header {
240240
padding-right: 2em;
241241
}
@@ -314,7 +314,7 @@
314314
}
315315

316316
.showing-ai-suggestions {
317-
#reply-title:not([disabled]) {
317+
#reply-title {
318318
padding-right: 2em;
319319
}
320320
}

0 commit comments

Comments
 (0)