Skip to content

Commit 2f82142

Browse files
anabyearthur-polidorio
authored andcommitted
feat(scroll): implementa definições do AnimaliaDS
fixes DTHFUI-10167
1 parent 34bbb55 commit 2f82142

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

projects/portal/src/app/theme-builder/theme-builder.component.css

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -625,23 +625,6 @@ p {
625625
cursor: not-allowed;
626626
}
627627

628-
/* width */
629-
::-webkit-scrollbar {
630-
width: 6px;
631-
border-radius: 2px;
632-
}
633-
634-
/* Track */
635-
::-webkit-scrollbar-track {
636-
background: white;
637-
}
638-
639-
/* Handle */
640-
::-webkit-scrollbar-thumb {
641-
background: #753399;
642-
border-radius: 4px;
643-
}
644-
645628
input[type='range'] {
646629
accent-color: #753399;
647630
}
15.3 KB
Loading

projects/portal/src/styles.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,6 @@ pre {
5757
word-wrap: break-word;
5858
}
5959

60-
pre::-webkit-scrollbar {
61-
height: 10px;
62-
}
63-
64-
pre::-webkit-scrollbar-thumb {
65-
background-color: #1d242630;
66-
}
67-
6860
.docs-api h1,
6961
.docs-api h2,
7062
.docs-api h3,

0 commit comments

Comments
 (0)