@@ -7723,22 +7723,6 @@ a.inverted.ui.card:hover,
7723
7723
7724
7724
/* Scrollbars */
7725
7725
7726
- .ui.dimmer:not(.inverted)::-webkit-scrollbar-track {
7727
- background: rgba(255, 255, 255, 0.1);
7728
- }
7729
-
7730
- .ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb {
7731
- background: rgba(255, 255, 255, 0.25);
7732
- }
7733
-
7734
- .ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive {
7735
- background: rgba(255, 255, 255, 0.15);
7736
- }
7737
-
7738
- .ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover {
7739
- background: rgba(255, 255, 255, 0.35);
7740
- }
7741
-
7742
7726
/*******************************
7743
7727
States
7744
7728
*******************************/
@@ -39175,53 +39159,6 @@ input::selection {
39175
39159
color: rgba(0, 0, 0, 0.87);
39176
39160
}
39177
39161
39178
- /* Force Simple Scrollbars */
39179
-
39180
- body ::-webkit-scrollbar {
39181
- -webkit-appearance: none;
39182
- width: 10px;
39183
- height: 10px;
39184
- }
39185
-
39186
- body ::-webkit-scrollbar-track {
39187
- background: rgba(0, 0, 0, 0.1);
39188
- border-radius: 0;
39189
- }
39190
-
39191
- body ::-webkit-scrollbar-thumb {
39192
- cursor: pointer;
39193
- border-radius: 5px;
39194
- background: rgba(0, 0, 0, 0.25);
39195
- -webkit-transition: color 0.2s ease;
39196
- transition: color 0.2s ease;
39197
- }
39198
-
39199
- body ::-webkit-scrollbar-thumb:window-inactive {
39200
- background: rgba(0, 0, 0, 0.15);
39201
- }
39202
-
39203
- body ::-webkit-scrollbar-thumb:hover {
39204
- background: rgba(128, 135, 139, 0.8);
39205
- }
39206
-
39207
- /* Inverted UI */
39208
-
39209
- body .ui.inverted:not(.dimmer)::-webkit-scrollbar-track {
39210
- background: rgba(255, 255, 255, 0.1);
39211
- }
39212
-
39213
- body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb {
39214
- background: rgba(255, 255, 255, 0.25);
39215
- }
39216
-
39217
- body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:window-inactive {
39218
- background: rgba(255, 255, 255, 0.15);
39219
- }
39220
-
39221
- body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
39222
- background: rgba(255, 255, 255, 0.35);
39223
- }
39224
-
39225
39162
/*******************************
39226
39163
Global Overrides
39227
39164
*******************************/
0 commit comments