Jack
commited on
Commit
·
55083db
1
Parent(s):
1b10bcc
edited app
Browse files- public/styles.css +5 -0
public/styles.css
CHANGED
@@ -28,3 +28,8 @@ div[class*='MuiAvatar-root'] {
|
|
28 |
span[class*='MuiTouchRipple-root'] {
|
29 |
display: none !important;
|
30 |
}
|
|
|
|
|
|
|
|
|
|
|
|
28 |
span[class*='MuiTouchRipple-root'] {
|
29 |
display: none !important;
|
30 |
}
|
31 |
+
|
32 |
+
/* Hide the button with the down arrow icon and all related elements */
|
33 |
+
button[class*='MuiIconButton-root'] {
|
34 |
+
display: none !important;
|
35 |
+
}
|