File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 139139 margin : (@rowSpacing / 2 ) (@gutterWidth / 2 );
140140}
141141.ui.grid .column + .ui.vertical.divider {
142- height : ~ " calc(50% - " (@rowSpacing / 2 ) ~ " ) " ;
142+ height : calc (50% - (@rowSpacing / 2 )) ;
143143}
144144
145145/* Remove Border on Last Horizontal Segment */
10771077 top : 0em ;
10781078 left : 0px ;
10791079
1080- width : ~ " calc(100% - " @gutterWidth ~ " ) " ;
1080+ width : calc (100% - @gutterWidth ) ;
10811081 height : 1px ;
10821082
10831083 margin : 0% (@gutterWidth / 2 );
Original file line number Diff line number Diff line change 211211
212212/* Menu */
213213.ui.menu .dropdown.item .menu {
214- min-width : ~ " calc(100% - 1px)" ;
214+ min-width : calc (100% - 1px );
215215 border-radius : 0em 0em @dropdownMenuBorderRadius @dropdownMenuBorderRadius ;
216216 background : @dropdownBackground ;
217217 margin : @dropdownMenuDistance 0px 0px ;
Original file line number Diff line number Diff line change @@ -1110,7 +1110,7 @@ select.ui.dropdown {
11101110@media all and (-ms-high-contrast :none ) {
11111111 .ui.scrolling.dropdown .menu ,
11121112 .ui.dropdown .scrolling.menu {
1113- min-width : ~ " calc(100% - " @scrollbarWidth ~ " ) " ;
1113+ min-width : calc (100% - @scrollbarWidth ) ;
11141114 }
11151115}
11161116@media only screen and (max-width : @largestMobileScreen ) {
You can’t perform that action at this time.
0 commit comments