Commit a65173f Shawn Erquhart
committed
1 parent 415fe18 commit a65173f Copy full SHA for a65173f
File tree 6 files changed +8
-17
lines changed
Widgets/MarkdownControlElements/VisualEditor
6 files changed +8
-17
lines changed Original file line number Diff line number Diff line change 14
14
width : 100% ;
15
15
padding : 12px ;
16
16
margin : 0 ;
17
- border : 2px solid rgb ( 230 , 230 , 230 );
17
+ border : 2px solid var ( --textFieldBorderColor );
18
18
border-radius : var (--borderRadius );
19
19
outline : 0 ;
20
20
box-shadow : none;
Original file line number Diff line number Diff line change 54
54
}
55
55
56
56
.ProseMirror {
57
- border : 2px solid rgb ( 230 , 230 , 230 );
57
+ border : 2px solid var ( --textFieldBorderColor );
58
58
}
Original file line number Diff line number Diff line change 1
1
.card {
2
- flex-grow : 1 ;
3
- flex-basis : 31% ;
4
- flex-basis : 300px ;
2
+ flex : 0 300px ;
5
3
overflow : hidden;
6
4
margin-bottom : 16px ;
7
5
margin-left : 16px ;
Original file line number Diff line number Diff line change 1
1
@import '../theme.css' ;
2
2
3
3
.card {
4
- composes : base container rounded depth ;
4
+ composes : base container rounded;
5
5
overflow : hidden;
6
- border : 1 px solid # f7f8f8 ;
6
+ border : 2 px solid var ( --textFieldBorderColor ) ;
7
7
transition : all .1s ease-in-out;
8
8
transform : translateY (0 );
9
9
padding : 16px 24px ;
Original file line number Diff line number Diff line change 17
17
--topmostZindex : 99999 ;
18
18
--foregroundAltColor : # fff ;
19
19
--backgroundAltColor : # 232528 ;
20
- --textFieldBorderColor : # e7e7e7 ;
20
+ --textFieldBorderColor : # e6e6e6 ;
21
21
--highlightFGColor : # fff ;
22
22
--highlightBGColor : # 3ab7a5 ;
23
23
--highlightFGAltColor : # eee ;
24
24
--controlLabelColor : # 8b8b8b ;
25
25
--controlBGColor : # fff ;
26
+ --control
26
27
--backgroundTertiaryColor : # fff ;
27
28
- - backgroundTertiaryColor Dark: color (var(- - backgroundTertiaryColor ) lightness(90%));
28
29
}
40
41
border-radius : var (--borderRadius );
41
42
}
42
43
43
- .depth {
44
- box-shadow : var (--dropShadow );
45
- }
46
-
47
44
.clearfix : after {
48
45
content : '' ;
49
46
display : table;
Original file line number Diff line number Diff line change 1
1
@import "../../../UI/theme" ;
2
2
3
3
.editorControlBar {
4
- background-color : var (--controlBGColor );
5
- border-bottom : 1px solid var (--backgroundTertiaryColorDark );
6
- border-radius : var (--borderRadius ) var (--borderRadius ) 0 0 ;
7
4
z-index : 1 ;
8
5
}
9
6
70
67
padding : 12px ;
71
68
border-radius : var (--borderRadius );
72
69
overflow-x : auto;
73
- border : 2px solid rgb (230 , 230 , 230 );
74
- border-top : 1px solid rgb (230 , 230 , 230 );
70
+ border : 2px solid var (--textFieldBorderColor );
75
71
min-height : 500px ;
76
72
77
73
& ul {
You can’t perform that action at this time.
0 commit comments