Skip to content

Commit edac8ac

Browse files
obourdonmasenf
andauthored
Fix for issue #38: Some CSS errors are displayed in browser developer… (#39)
* Fix for issue #38: Some CSS errors are displayed in browser developer tools inspector due to attributes mispelling * Update dashboard/dashboard/styles.py --------- Co-authored-by: Masen Furer <m_github@0x26.net>
1 parent 0e2444a commit edac8ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dashboard/dashboard/styles.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
"--text-field-selection-color": "",
6969
"--text-field-focus-color": "transparent",
7070
"--text-field-border-width": "1px",
71-
"background-clip": "content-box",
72-
"background-color": "transparent",
73-
"box-shadow": "inset 0 0 0 var(--text-field-border-width) transparent",
71+
"background_clip": "content-box",
72+
"background_color": "transparent",
73+
"box_shadow": "inset 0 0 0 var(--text-field-border-width) transparent",
7474
"color": "",
7575
}
7676

0 commit comments

Comments
 (0)