Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

How I can change hover color on vbt-autcomplete-list ? #43

Open
jakubstankowski opened this issue Mar 18, 2019 · 1 comment
Open

How I can change hover color on vbt-autcomplete-list ? #43

jakubstankowski opened this issue Mar 18, 2019 · 1 comment

Comments

@jakubstankowski
Copy link

Hi,
I have a problem with hover color in autocomplete list, it's blue with the same font color, it's look ugly.

How I change this style ?

.vbt-autcomplete-list { color: red !important; padding-top: 5px; position: absolute; max-height: 350px; overflow-y: auto; z-index: 999; }
`.vbt-autcomplete-list:hover {

    color: red !important;
}`

.list-group-item-action{ color: red !important; }

I try implement that style, but still doesn't work fine.

@mattzollinhofer
Copy link

Is this still an issue for you? There's nothing special about this component that's preventing you from styling it. You may need to use /deep/ if you want to target elements created by the typeahead. Ex:

/deep/ .list-group-item-action{ 
  color: orange !important;
}

Hope that helps!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants