mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
fix: Adjust arrow button colors in dark mode (#11248)
This commit is contained in:
parent
c0aa28c6cf
commit
439132c291
|
@ -200,7 +200,7 @@ const scrollRight = () => scroll(50);
|
|||
|
||||
.button {
|
||||
position: absolute;
|
||||
background-color: var(--color-background-base);
|
||||
background-color: var(--color-tabs-arrow-buttons, var(--color-background-base));
|
||||
z-index: 1;
|
||||
height: 24px;
|
||||
width: 10px;
|
||||
|
|
|
@ -1861,6 +1861,7 @@ export default defineComponent({
|
|||
justify-content: space-between;
|
||||
align-items: center;
|
||||
min-height: 30px;
|
||||
--color-tabs-arrow-buttons: var(--color-run-data-background);
|
||||
}
|
||||
|
||||
.itemsCount {
|
||||
|
|
Loading…
Reference in a new issue