You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theme Sidebar and Nav Items for Consistency with Central Dashboard UI (kubeflow#596)
Signed-off-by: Jenny <[email protected]>
remove unused components
apply font color and border to selected nav items
remove unused vars
Signed-off-by: Jenny <[email protected]>
format and remove unused imports
Signed-off-by: Jenny <[email protected]>
fix a11y issues
Signed-off-by: Jenny <[email protected]>
add navbar
Signed-off-by: Jenny <[email protected]>
temporarily revert fix to force a11y error in GH actions
Signed-off-by: Jenny <[email protected]>
revert color back to fix a11y error
Signed-off-by: Jenny <[email protected]>
remove hover color on brand image
Copy file name to clipboardExpand all lines: clients/ui/frontend/src/shared/style/MUI-theme.scss
+69-1Lines changed: 69 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,12 @@
55
55
--mui-radio__input--Width: 10px;
56
56
--mui-radio__input--Height: 10px;
57
57
58
+
// Sidebar from https://github.com/kubeflow/kubeflow/blob/4275d99754ac91f6cf5654b03824a73825e9fe55/components/centraldashboard/public/components/main-page.css#L7C1-L13C51
0 commit comments