mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 11:59:58 +02:00
Fix multiple select tags value theming
This commit is contained in:
parent
20c21606ac
commit
1d74f89739
1 changed files with 8 additions and 2 deletions
|
@ -75,7 +75,7 @@ $ng-select-input-text: pvar(--mainForegroundColor);
|
||||||
&.ng-select-single .ng-value-container .ng-value {
|
&.ng-select-single .ng-value-container .ng-value {
|
||||||
color: pvar(--inputForegroundColor);
|
color: pvar(--inputForegroundColor);
|
||||||
|
|
||||||
.ng-value-label { /* stylelint-disable-line */
|
.ng-value-label {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
@ -84,8 +84,14 @@ $ng-select-input-text: pvar(--mainForegroundColor);
|
||||||
&.ng-select-multiple .ng-select-container .ng-value-container {
|
&.ng-select-multiple .ng-select-container .ng-value-container {
|
||||||
@include padding-left(12px);
|
@include padding-left(12px);
|
||||||
|
|
||||||
.ng-value { /* stylelint-disable-line */
|
.ng-value {
|
||||||
@include margin-left(12px);
|
@include margin-left(12px);
|
||||||
|
|
||||||
|
background-color: pvar(--mainColorLightest);
|
||||||
|
|
||||||
|
.ng-value-icon {
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue