refactor: format style files to match sass guidelines

This commit is contained in:
johnsoncherian 2025-06-19 09:24:27 +05:30
parent c28a122cd6
commit e247114fb1
4 changed files with 9 additions and 14 deletions

@ -1 +1 @@
Subproject commit 0b99e18dce36102e12b11bace9d9d422d3e8758b
Subproject commit f72079a835f8f37429eaaf15c670b7ec0d048554

View file

@ -6,15 +6,14 @@
color: var(--text-default, #1B1F24);
overflow-x: auto;
min-width: 0;
// Hide scrollbar for IE, Edge and Firefox
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
// Hide scrollbar for Chrome, Safari and Opera
&::-webkit-scrollbar {
display: none;
}
// Hide scrollbar for IE, Edge and Firefox
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
.json-viewer-row-container {
min-width: max-content;

View file

@ -26,11 +26,11 @@
}
.apps-modules-tabs.dark-mode {
border-bottom-color: #2B394A;
.nav-link {
background-color: inherit;
}
border-bottom-color: #2B394A;
}
#homePage-tab-front-end,
@ -44,6 +44,9 @@
.module-container-canvas {
>div:first-child {
/* Firefox scrollbar support */
scrollbar-width: thin;
scrollbar-color: transparent transparent;
height: 100%;
overflow: hidden auto;
@ -65,10 +68,6 @@
}
}
/* Firefox scrollbar support */
scrollbar-width: thin;
scrollbar-color: transparent transparent;
&:hover {
scrollbar-color: #6a727c4d transparent;
}

View file

@ -4153,9 +4153,6 @@ input[type="text"] {
.rbc-event-label {
display: none;
}
background-color: var(--primary-brand) !important;
border: transparent
}
.rbc-off-range-bg {