Skip to content

Commit 9a7539f

Browse files
committed
Label the server icon & standardize debug css
1 parent 92d0246 commit 9a7539f

File tree

5 files changed

+7
-22
lines changed

5 files changed

+7
-22
lines changed
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

dash-renderer/src/components/error/menu/DebugMenu.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,9 @@
2222
}
2323

2424
.dash-debug-menu__icon {
25-
width: 24px;
26-
height: 28px;
27-
}
28-
.dash-debug-menu__icon--bell {
29-
height: 24px;
30-
width: 28px;
31-
}
32-
.dash-debug-menu__icon--debug {
33-
height: 24px;
3425
width: auto;
35-
}
36-
.dash-debug-menu__icon--graph {
3726
height: 24px;
3827
}
39-
.dash-debug-menu__icon--indicator {
40-
height: 54px;
41-
width: 54px;
42-
}
4328

4429
.dash-debug-menu__outer {
4530
transition: 0.3s;

dash-renderer/src/components/error/menu/DebugMenu.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class DebugMenu extends Component {
9898
'bell',
9999
errCount + ' Error' + (errCount === 1 ? '' : 's')
100100
)}
101-
{buttonFactory(false, status, null, _StatusIcon, 'indicator')}
101+
{buttonFactory(false, status, null, _StatusIcon, 'indicator', 'Server')}
102102
</div>
103103
) : (
104104
<div className="dash-debug-menu__content" />

0 commit comments

Comments
 (0)