Enhance language selector styling and component
This commit is contained in:
parent
83958e7538
commit
8e00aa80e7
@ -731,6 +731,8 @@ watch(
|
|||||||
background-repeat: repeat-y;
|
background-repeat: repeat-y;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.divider4 {
|
.divider4 {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
@ -940,3 +942,11 @@ watch(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<style lang="scss">
|
||||||
|
.n-base-select-option {
|
||||||
|
&.n-base-select-option--pending::before {
|
||||||
|
background: #EAEDFD !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user