Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
9a0b50ab
Verified
Commit
9a0b50ab
authored
May 02, 2022
by
Chocobozzz
Browse files
Fix ng-select hovering
parent
1160fd70
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/sass/ng-select.scss
View file @
9a0b50ab
...
...
@@ -32,8 +32,10 @@ $ng-select-value-font-size: 15px;
}
.ng-dropdown-panel
.ng-dropdown-panel-items
.ng-option
{
color
:
pvar
(
--
mainForegroundColor
);
background-color
:
pvar
(
--
mainBackgroundColor
);
&
:not
(
.ng-option-marked
,
.ng-option-selected
)
{
color
:
pvar
(
--
mainForegroundColor
);
background-color
:
pvar
(
--
mainBackgroundColor
);
}
}
.ng-select-container
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment