File tree 1 file changed +23
-4
lines changed
assets/stylesheets/modules/ai-helper/common
1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change 231
231
background : var (--secondary );
232
232
border : 1px solid var (--primary-400 );
233
233
border-left : none ;
234
+ border-top-left-radius : 0 ;
235
+ border-bottom-left-radius : 0 ;
234
236
}
235
237
236
- .showing-ai-suggestions .title-input {
237
- // border on focus should be on top of suggestion button
238
- input :focus {
239
- z-index : 1 ;
238
+ .showing-ai-suggestions {
239
+ .title-input {
240
+ // border on focus should be on top of suggestion button
241
+ input :focus {
242
+ z-index : 1 ;
243
+ }
244
+
245
+ input {
246
+ border-top-right-radius : 0 ;
247
+ border-bottom-right-radius : 0 ;
248
+ }
249
+ }
250
+
251
+ .category-chooser ,
252
+ .mini-tag-chooser {
253
+ .select-kit-header {
254
+ border-top-right-radius : 0 ;
255
+ border-bottom-right-radius : 0 ;
256
+ }
240
257
}
241
258
}
242
259
253
270
border : 1px solid var (--primary-400 );
254
271
border-left : none ;
255
272
background : none ;
273
+ border-top-left-radius : 0 ;
274
+ border-bottom-left-radius : 0 ;
256
275
}
257
276
258
277
.ai-suggestions-menu {
You can’t perform that action at this time.
0 commit comments