| Index: dart/site/try/src/decoration.dart
|
| diff --git a/dart/site/try/src/decoration.dart b/dart/site/try/src/decoration.dart
|
| index 930cbcbbee32fb4d0752f91e36b3c52708795b2f..663aeea44ea909bb155541f89399a3c865e76097 100644
|
| --- a/dart/site/try/src/decoration.dart
|
| +++ b/dart/site/try/src/decoration.dart
|
| @@ -80,7 +80,7 @@ createAlert(text, [String cls]) {
|
| }
|
| SpanElement result = new SpanElement()
|
| ..classes.addAll(classes)
|
| - ..style.opacity = '0.75';
|
| + ..style.fontWeight = 'normal';
|
| setShadowRoot(result, text);
|
| return result;
|
| }
|
|
|