1111
1212@base-primary : @blue-6 ;
1313
14- html {
14+ @{ html-selector} {
1515 // ========= Primary Color =========
1616 -- @{ant-prefix} - primary- color : @base-primary ;
1717 -- @{ant-prefix} - primary- color - hover: color (~ `colorPalette(' @{base-primary} ' , 5 ) `);
@@ -227,7 +227,7 @@ html {
227227
228228// Border color
229229@border-color-base : hsv (0 , 0 , 85% ); // base border outline a component
230- @border-color-split : hsv (0 , 0 , 94 % ); // split border inside a component
230+ @border-color-split : rgba (0 , 0 , 0 , 0.06 ); // split border inside a component
231231@border-color-inverse : @white ;
232232@border-width-base : 1px ; // width of the border for a component
233233@border-style-base : solid ; // style of a components border
@@ -580,11 +580,12 @@ html {
580580// Tooltip background color
581581@tooltip-bg : rgba (0 , 0 , 0 , 0.75 );
582582// Tooltip arrow width
583- @tooltip-arrow-width : 5 px ;
583+ @tooltip-arrow-width : 8 px * sqrt ( 2 ) ;
584584// Tooltip distance with trigger
585585@tooltip-distance : @tooltip-arrow-width - 1px + 4px ;
586586// Tooltip arrow color
587587@tooltip-arrow-color : @tooltip-bg ;
588+ @tooltip-border-radius : @border-radius-base ;
588589
589590// Popover
590591// ---
@@ -596,7 +597,7 @@ html {
596597@popover-min-width : 177px ;
597598@popover-min-height : 32px ;
598599// Popover arrow width
599- @popover-arrow-width : 6 px ;
600+ @popover-arrow-width : @tooltip-arrow-width ;
600601// Popover arrow color
601602@popover-arrow-color : @popover-bg ;
602603// Popover outer arrow width
@@ -635,7 +636,7 @@ html {
635636// Progress
636637// --
637638@progress-default-color : @processing-color ;
638- @progress-remaining-color : @background-color-base ;
639+ @progress-remaining-color : rgba ( 0 , 0 , 0 , 0.04 ) ;
639640@progress-info-text-color : @progress-text-color ;
640641@progress-radius : 100px ;
641642@progress-steps-item-bg : #f3f3f3 ;
@@ -732,6 +733,7 @@ html {
732733
733734// Tag
734735// --
736+ @tag-border-radius : @border-radius-base ;
735737@tag-default-bg : @background-color-light ;
736738@tag-default-color : @text-color ;
737739@tag-font-size : @font-size-sm ;
@@ -928,7 +930,7 @@ html {
928930@breadcrumb-font-size : @font-size-base ;
929931@breadcrumb-icon-font-size : @font-size-base ;
930932@breadcrumb-link-color : @text-color-secondary ;
931- @breadcrumb-link-color-hover : @primary-5 ;
933+ @breadcrumb-link-color-hover : @text-color ;
932934@breadcrumb-separator-color : @text-color-secondary ;
933935@breadcrumb-separator-margin : 0 @padding-xs ;
934936
@@ -1126,3 +1128,11 @@ html {
11261128@image-preview-operation-size : 18px ;
11271129@image-preview-operation-color : @text-color-dark ;
11281130@image-preview-operation-disabled-color : fade (@image-preview-operation-color , 25% );
1131+
1132+ // Segmented
1133+ // ---
1134+ @segmented-bg : fade (@black , 4% );
1135+ @segmented-hover-bg : fade (@black , 6% );
1136+ @segmented-selected-bg : @white ;
1137+ @segmented-label-color : fade (@black , 65% );
1138+ @segmented-label-hover-color : #262626 ;
0 commit comments