playerofgames / logseq-mia-theme

A Logseq theme inspired by macOS and iA Writer.
MIT License
84 stars 3 forks source link

Background of magnifying glass in Plugin page is gray (instead of transparent) #14

Closed fnurl closed 1 year ago

fnurl commented 1 year ago

Thanks for the theme! I just noticed that the background of the magnifying glass in the seach field on the plugin view (installed/marketplace) is gray from what I can see line 260 in mia_base.css.

I had to add the following to my custom.css to get rid of it.

.cp__plugins-page .search-ctls small.absolute.s1 {
  background-color: transparent !important;
}
playerofgames commented 1 year ago

Thank you for reporting. I had a fix committed, but had not released. I'll do that now.