fix(client): adjust splitters styles
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
4ef44a4621
commit
aaf7ed7357
@ -2,22 +2,21 @@
|
|||||||
height: calc(100vh - var(--header-height));
|
height: calc(100vh - var(--header-height));
|
||||||
}
|
}
|
||||||
|
|
||||||
#learn-app-wrapper .reflex-container.vertical .reflex-splitter:hover {
|
#learn-app-wrapper .reflex-container.vertical > .reflex-splitter,
|
||||||
background-color: var(--tertiary-color);
|
#learn-app-wrapper .reflex-container.horizontal > .reflex-splitter {
|
||||||
|
background-color: var(--quaternary-background);
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#learn-app-wrapper .reflex-container.vertical > .reflex-splitter:hover,
|
||||||
|
#learn-app-wrapper .reflex-container.horizontal > .reflex-splitter:hover {
|
||||||
|
background-color: var(--quaternary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
#learn-app-wrapper .reflex-container.vertical > .reflex-splitter {
|
#learn-app-wrapper .reflex-container.vertical > .reflex-splitter {
|
||||||
width: 5px;
|
width: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#learn-app-wrapper .reflex-container.horizontal .reflex-splitter:hover {
|
|
||||||
background-color: var(--quaternary-background);
|
|
||||||
width: 5px;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#learn-app-wrapper .reflex-container.horizontal > .reflex-splitter {
|
#learn-app-wrapper .reflex-container.horizontal > .reflex-splitter {
|
||||||
height: 5px;
|
height: 5px;
|
||||||
background-color: var(--quaternary-background);
|
|
||||||
border: none;
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user