File tree Expand file tree Collapse file tree 3 files changed +28
-7
lines changed
dash/dash-renderer/src/components/error Expand file tree Collapse file tree 3 files changed +28
-7
lines changed Original file line number Diff line number Diff line change 10
10
color : # b9c2ce ;
11
11
font-size : 20px ;
12
12
cursor : pointer;
13
- margin-right : 10px ;
14
13
}
15
14
16
15
.dash-fe-error__icon-x : hover {
125
124
}
126
125
127
126
.dash-be-error__str {
128
- background-color : # fdf3f4 ;
127
+ background-color : # F5F6FA ;
129
128
min-width : 386px ;
130
- max- width: 650 px ;
129
+ width : 100 % ;
131
130
overflow : auto;
132
- display : inline-block;
133
- white-space : pre-wrap;
131
+ line-height : 17px ;
132
+ margin-bottom : 8px ;
133
+ }
134
+
135
+ .dash-backend-error {
136
+ padding : 8px ;
134
137
}
135
138
136
139
.dash-error-menu {
Original file line number Diff line number Diff line change 17
17
transform : rotate (-180deg );
18
18
}
19
19
20
+ .dash-debug-menu__outer button {
21
+ height : auto;
22
+ padding : unset;
23
+ line-height : normal;
24
+ text-transform : none;
25
+ font-size : 14px ;
26
+ border-radius : 0px ;
27
+ letter-spacing : normal;
28
+ }
29
+
20
30
.dash-debug-menu__popup {
21
31
display : flex;
22
32
flex-direction : column;
135
145
display : flex;
136
146
flex-direction : column;
137
147
background-color : white;
138
- border-radius : 3 px ;
148
+ border-radius : 6 px ;
139
149
border : 1px solid # 0018661a ;
140
150
padding : 11px ;
141
151
box-shadow : 0px 0px 14px 5px # 00000012 ;
Original file line number Diff line number Diff line change 10
10
cursor : pointer;
11
11
display : flex;
12
12
font-family : Verdana, sans-serif !important ;
13
+ font-weight : 500 ;
14
+ line-height : normal;
13
15
}
14
16
15
17
.dash-debug-menu__upgrade-tooltip : after {
23
25
border-color : white transparent transparent transparent;
24
26
}
25
27
26
- .dash-debug-menu__upgrade-button {
28
+ .dash-debug-menu__outer button . dash-debug- menu__upgrade-button {
27
29
background-color : # a159ff0d ;
28
30
border : 1px solid # 864ad433 ;
29
31
color : # 7f4bc4 ;
30
32
margin-left : 10px ;
31
33
font-family : Verdana, sans-serif !important ;
32
34
cursor : pointer;
35
+ height : 20px ;
36
+ padding : 0px 8px ;
37
+ border-radius : 3px ;
38
+ font-weight : 500 ;
33
39
}
34
40
35
41
.dash-debug-menu__upgrade-button : hover {
36
42
background-color : # 864ad433 ;
43
+ border-color : # 864ad433 ;
44
+ color : # 7f4bc4 ;
37
45
}
You can’t perform that action at this time.
0 commit comments