Global styling forcing Getiyo styling as the standard #8

Closed
opened 2023-04-05 10:35:29 +00:00 by mees · 1 comment
Owner

A lot of elements are styled by global styling, which should probably be optional and scoped by default.

For example select menus and scrollbars.

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    background: #b8b8b8;
}
A lot of elements are styled by global styling, which should probably be optional and scoped by default. For example select menus and scrollbars. ```css ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-thumb { background: #b8b8b8; } ```
mees added the
enhancement
label 2023-04-05 10:35:29 +00:00
Author
Owner

This will be resolved with the MorphUX implementation

This will be resolved with the MorphUX implementation
mees closed this issue 2024-11-20 10:12:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Getiyo-Public/Getiyo-Developer-Documentation#8
No description provided.