File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ Please create a new issue here: https://github.com/AXR/Framework/issues/new. To
35
35
- What is happening.
36
36
- What did you expect to happen.
37
37
- How to reproduce.
38
- - Which version of the prototype is affected.
38
+ - Which version of the prototype is affected.
Original file line number Diff line number Diff line change 36
36
textAlign: center;
37
37
contentAlignY: 50% + 1;
38
38
on: @mouseDown { flag(pressed) }, @mouseUp { unflag(pressed) };
39
-
39
+
40
40
@::hover
41
41
{
42
42
background: UIButtonHoverBaseColor, glossGradientStrong;
48
48
{
49
49
background: UIButtonHoverBaseColor;
50
50
}
51
- }
51
+ }
Original file line number Diff line number Diff line change 3
3
*
4
4
{
5
5
contentAlignY: middle;
6
-
6
+
7
7
#new test
8
8
{
9
9
isA: UIButton;
10
10
width: 200;
11
11
height: 50;
12
12
content: "Button Label";
13
13
}
14
- }
14
+ }
You can’t perform that action at this time.
0 commit comments