mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix: Adjust arrow button colors in dark mode (#11248)
This commit is contained in:
@@ -200,7 +200,7 @@ const scrollRight = () => scroll(50);
|
|||||||
|
|
||||||
.button {
|
.button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: var(--color-background-base);
|
background-color: var(--color-tabs-arrow-buttons, var(--color-background-base));
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
|
|||||||
@@ -1861,6 +1861,7 @@ export default defineComponent({
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
|
--color-tabs-arrow-buttons: var(--color-run-data-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemsCount {
|
.itemsCount {
|
||||||
|
|||||||
Reference in New Issue
Block a user