Dark Mode #102
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue98"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #98 #101
DC Dark Mode Places to fix
SAS Requests Modal
System
Scrollbar not dark in main scroll
Filtering modal
Metadata modal in edit view has close button jumping up
HOT context menu white
HOT when editing cell white
Editor table
Edit Record Modal
Viewboxes
Usernav Groups and Users
DC Tree Selected item is white
View library page
View table
View web query url
Stage
Approve details
History
Submitted
Abort modals are white
HOT has too bright border lines
Dark Mode Feedback
Dark Modeto WIP: Dark ModeWIP: Dark Modeto Dark Mode@ -153,0 +155,4 @@
* clicking on the input inside of the clr-tree-view
* This is workaround
*/
public stealFocusFix(event: any) {
I saw this function in almost every component. Can you do something to reduce code duplication?
Probably create a utility component for this clr-tree-view with input and use that in other components
Great point, angular directive will come in handy with this one.
@ -196,1 +154,3 @@
color: #fff;
body[cds-theme="light"] {
.btn-primary .btn, .btn.btn-primary {
border-color: #314351;
it would be useful to have variables for colors.
@ -29,3 +64,3 @@
.member-table{
background-color: #f9f9f9;
// background-color: #f9f9f9;
please cleanup
@ -15,0 +39,4 @@
}
}
// body::-webkit-scrollbar {
please cleanup