Skip to content

Commit 0b346ed

Browse files
bors[bot]mdubus
andauthored
Merge #171
171: Fix mobile in dark mode r=bidoubiwa a=mdubus ## What's wrong ? Dark mode in mobile is broken ## What's inside this PR ? A color change on the correct class in mobile, with an `!important` to override the light mode's `!important` 🙄 ## Screenshots Before: ![before](https://user-images.githubusercontent.com/30866152/124778818-8dcfb480-df41-11eb-8a47-a42c90bbb457.png) After: ![after](https://user-images.githubusercontent.com/30866152/124778830-90caa500-df41-11eb-8599-b74972fcab02.png) Co-authored-by: Morgane Dubus <[email protected]>
2 parents ae9c4c5 + 7170c99 commit 0b346ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MeiliSearchBox.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,7 @@ export default {
260260
width 5px
261261
margin -3px 3px 0
262262
vertical-align middle
263+
div[data-ds-theme="dark"]
264+
.docs-searchbar-suggestion--subcategory-column
265+
background transparent !important
263266
</style>

0 commit comments

Comments
 (0)