File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 42
42
---------------*/
43
43
44
44
.ui.divider :not (.vertical ):not (.horizontal ) {
45
- border-top : @shadowWidth solid @shadowColor ;
46
- border-bottom : @highlightWidth solid @highlightColor ;
45
+ border-top : @shadowWidth @borderStyle @shadowColor ;
46
+ border-bottom : @highlightWidth @borderStyle @highlightColor ;
47
47
}
48
48
49
49
/* --------------
117
117
content : ' ' ;
118
118
z-index : 3 ;
119
119
120
- border-left : @shadowWidth solid @shadowColor ;
121
- border-right : @highlightWidth solid @highlightColor ;
120
+ border-left : @shadowWidth @borderStyle @shadowColor ;
121
+ border-right : @highlightWidth @borderStyle @highlightColor ;
122
122
123
123
width : 0 ;
124
124
height : @verticalDividerHeight ;
Original file line number Diff line number Diff line change 7
7
--------------------*/
8
8
9
9
@margin: 1rem 0;
10
+ @borderStyle: solid;
10
11
11
12
@highlightWidth: 1px;
12
13
@highlightColor: @whiteBorderColor;
You can’t perform that action at this time.
0 commit comments