# Search all CSS and CSS drop down selector

**URL:** https://meta.discourse.org/t/search-all-css-and-css-drop-down-selector/394265
**Category:** Feature
**Created:** [January 24, 2026, 10:51pm UTC](https://meta.discourse.org/t/search-all-css-and-css-drop-down-selector/394265 "2026-01-24T22:51:35Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![hipp0](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hipp0/32/537433_2.png) [@hipp0](https://meta.discourse.org/u/hipp0)
#### Post date: [January 24, 2026, 10:51pm UTC](https://meta.discourse.org/t/search-all-css-and-css-drop-down-selector/394265/1 "2026-01-24T22:51:35Z")

</div>

![image](https://global.discourse-cdn.com/meta/original/4X/c/e/f/cef37a0cd7db02f349d99c6c4dd88b126d200bf1.png)

Selecting the specific CSS from inside any other CSS will speed things up a lot as I have to keep pressing back to search through the list.

 ![image](https://global.discourse-cdn.com/meta/original/4X/b/4/f/b4fee5e63dd44fcbfa1711bcce26249596e15952.png)

Ability to search for a specific line of code would be very helpful to see where I am changing it.

---

<div class="post-metadata">

### Author: ![ToddZ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/toddz/32/328350_2.png) [@ToddZ](https://meta.discourse.org/u/ToddZ)
#### Post date: [January 25, 2026, 5:56am UTC](https://meta.discourse.org/t/search-all-css-and-css-drop-down-selector/394265/3 "2026-01-25T05:56:35Z")

</div>

This seems a little confusing, so just for clarity: are you saying that you’d like the components list filter:

 ![image](https://global.discourse-cdn.com/meta/original/4X/7/5/2/752e01f9b5402cfad7d236f1faa3a70e2664e2ba.png)

…to not just look at component name & description, but also the full contents of any components with custom CSS?

(Side note: as near as I can tell, the filter currently acts only on component names, and doesn’t return anything based on words in descriptions. So that bit might warrant a bug report.)

---

<div class="post-metadata">

### Author: ![hipp0](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hipp0/32/537433_2.png) [@hipp0](https://meta.discourse.org/u/hipp0)
#### Post date: [January 25, 2026, 6:12am UTC](https://meta.discourse.org/t/search-all-css-and-css-drop-down-selector/394265/4 "2026-01-25T06:12:00Z")

</div>

Yes, to search all your components/css for specific search terms.

---

<div class="post-metadata">

### Author: ![ToddZ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/toddz/32/328350_2.png) [@ToddZ](https://meta.discourse.org/u/ToddZ)
#### Post date: [January 25, 2026, 6:27am UTC](https://meta.discourse.org/t/search-all-css-and-css-drop-down-selector/394265/5 "2026-01-25T06:27:53Z")

</div>

Hm. Sounds tricky. Components come in many forms, and lots have nothing to do with CSS.

Are you creating a lot of separate components for your CSS customizations? Just curious, as I’ve never had issues navigating mine. I keep them all in a single custom CSS component, heavily commented with timestamps…

> **CSS sample**
>
> ![image](https://global.discourse-cdn.com/meta/original/4X/d/0/b/d0b3946be5cfec4c3cb774c762d3edcf2a50b140.png)

---

<div class="post-metadata">

### Author: ![hipp0](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hipp0/32/537433_2.png) [@hipp0](https://meta.discourse.org/u/hipp0)
#### Post date: [January 25, 2026, 10:53pm UTC](https://meta.discourse.org/t/search-all-css-and-css-drop-down-selector/394265/6 "2026-01-25T22:53:44Z")

</div>

Maybe the component section and CSS section need to be separated so they aren’t confused.

I have my CSS organized f or the areas of the website, so I don’t need to scroll through a bunch of stuff.

Like any changes to Sidebar is in the sidebar component, etc.

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [January 26, 2026, 10:19am UTC](https://meta.discourse.org/t/search-all-css-and-css-drop-down-selector/394265/7 "2026-01-26T10:19:42Z")

</div>

If you have that many CSS changes, it may make sense to create one theme component where you use separate files to organize your changes by area.

> [@Theme Developer Tutorial: 3. CSS in Themes](https://meta.discourse.org/t/theme-developer-tutorial-3-css-in-themes/357798/1):
>
> for more complex situations, you can put additional scss in files like `/stylesheets/my-styles.scss`, and import from `common.scss` like `@import "my-styles";`
