Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused CSS role
  • Loading branch information
BrunoQuaresma committed May 20, 2022
commit 81eb20eb2a3cad70c8c95ae6ef2b686e59fcaf4c
3 changes: 0 additions & 3 deletions site/src/theme/overrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ export const getOverrides = (palette: PaletteOptions) => {
root: {
color: (palette.primary as SimplePaletteColorOptions).light,
},
"&:has(button)": {
textDecoration: "none !important",
},
},
MuiPaper: {
root: {
Expand Down