mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-03 08:19:37 +08:00
676de29eb4
* rtl demo change en-us description * change bundlesize css limit * RTL: modal component (exclude confirm) * RTL: table component * RTL: pagination component * cleanup rtl demo * fix pagination.tsx compile error * RTL: button and button-group * RTL: Steps component * fix rtl demo style * fix input suffix icon alignment * fix select component arrow issue * RTL: form component * add pagination rtl test * fix test lint error * RTL: rate component * RTL: radio and radio group components * RTL: tree-select component * some fixes to RTL components * RTL: badge component * fix rtl issue in inline form * fix input component rtl padding issue * fix switch component text rtl issue * fix table grouped header text-align * add rtl support to whole demo with RTL button * Update rtl demo responsive * RTL: page-header component * RTL: typography component * RTL: Dropdown (Partial) * update config-provider doc * RTL: input component * RTL: select component * RTL: switch component * RTL: tree component * fix rtl demo lint * rtl demo change en-us description * RTL: modal component (exclude confirm) * RTL: table component * RTL: pagination component * cleanup rtl demo * RTL: button and button-group * RTL: Steps component * fix rtl demo style * fix input suffix icon alignment * RTL: form component * RTL: rate component * RTL: radio and radio group components * RTL: tree-select component * RTL: badge component * fix rtl issue in inline form * fix input component rtl padding issue * add rtl support to whole demo with RTL button * fix lost changes after rebase * fix lint errors * RTL: Transfer Component * RTL: upload component * RTL: update avatar demo * RTL: comment component * RTL: collapse component * RTL: carousel component * update snapshots * RTL: Card component * RTL: descriptions component * RTL: Empty component * RTL: list component * RTL: slider component * slider component import/order * add shared rtlTest * RTL: Statistic component * RTL: tooltip components * RTL: popover component * RTL: timeline component * RTL: tag component * RTL: alert component * RTL: drawer component * RTL: Tab component * change direction definition * RTL: progress component * input.tsx, remove duplicate after rebase * fix demo.less after rebase * fix ant-row-rtl after rebase * fix upload issues in rtl * badge rtl demo margin fix * fix: tabs with icon margin * fix: radio-wrapper margin * fix: table component after rebase * fix: centered modal text-align * update slider snapshot * RTL: popconfirm component * RTL: back-top component * RTL: spin component * RTL: result component * RTL: skeleton component * RTL: menu component * RTL: time-picker component * RTL: calendar component * RTL: date-picker component * RTL: home page * update snapshots * test: add auto-complete rtl test * test: add avatar component rtl tests * test: add badge component rtl tests * test: add breadcrumb component rtl tests * test: add button components rtl tests * test: add card component rtl tests * test: add carousel component rtl tests * test: add cascader component rtl tests * test: add checkbox component rtl tests * test: add collapse component rtl tests * test: add comment component rtl tests * test: add dropdown component rtl tests * test: add empty component rtl tests * test: add form component rtl tests * test: add grid component rtl tests * test: add input component rtl tests * test: add search component rtl tests * test: add input-number component rtl tests * test: add layout component rtl tests * test: add list component rtl tests * test: add mentions component rtl tests * test: add modal component rtl tests * test: add page-header component rtl tests * test: add pagination component rtl tests * test: add radio component rtl tests * test: add rate component rtl tests * test: add select component rtl tests * test: add slider component rtl tests * test: add steps component rtl tests * test: add switch component rtl tests * test: add table component rtl tests * test: add transfer component rtl tests * test: add tree component rtl tests * test: add tree-select component rtl tests * test: add typography component rtl tests * test: add upload component rtl tests * test: add affix component rtl tests * update calendar tests * increase css file maxSize * update snapshots * remove workflows to allow push * remove duplicate reverse prop from slider * fix: remove table demo from config-provider * fix: remove table demo from config-provider * fix lint error * Added direction property to ConfigProvider * cascader rtl tests added * update config-provider doc * RTL: grid system * RTL: input component * RTL: switch component * fix rtl demo lint * RTL: modal component (exclude confirm) * RTL: table component * RTL: pagination component * cleanup rtl demo * fix pagination.tsx compile error * RTL: button and button-group * RTL: Steps component * fix rtl demo style * RTL: form component * add pagination rtl test * RTL: rate component * RTL: radio and radio group components * RTL: tree-select component * RTL: badge component * fix rtl issue in inline form * fix input component rtl padding issue * add rtl support to whole demo with RTL button * RTL: input component * RTL: select component * RTL: switch component * RTL: tree component * fix rtl demo lint * rtl demo change en-us description * RTL: modal component (exclude confirm) * RTL: table component * RTL: pagination component * cleanup rtl demo * RTL: button and button-group * RTL: Steps component * fix rtl demo style * fix input suffix icon alignment * RTL: form component * RTL: rate component * RTL: radio and radio group components * RTL: tree-select component * RTL: badge component * fix rtl issue in inline form * fix input component rtl padding issue * add rtl support to whole demo with RTL button * input.tsx, remove duplicate after rebase * fix ant-row-rtl after rebase * update snapshots * test: add cascader component rtl tests * test: add pagination component rtl tests * update calendar tests * update snapshots * fix: remove table demo from config-provider * fix: remove table demo from config-provider * fix lint error * update direction.md icons * dropdown and cascader default placement in rtl * update snapshots * fix lint errors * remove duplicate import * update snapshots * update snapshot * update calendar snapshot * update snapshots * integrate with new rc-picker * update snapshots * fix lint errors * update snapshot * update snapshots * update snapshots * update snapshots :| * update snapshots * fix compile error. * fix typo after rebase * update snapshots * remove workflows to allow push * update snapshots * update snapshots * fix dist error * front-page css fix * update snapshots * fix lint and test issues * restore cascader index.less * update snapshots * fix logo in rtl and demo controls * ci errors * resolve steps/index.tsx conflicts * tooltip family demo remove inline style * resolve table/Table.tsx conflicts * resolve modal/Modal.tsx conflicts * resolve cascader/index.tsx conflicts * add workflows from upstream * update snapshots * revert logo to default * fix codebox demo direction of placements * resolve tooltip overlayClassName conflicts * update snapshots * update popover test * fix: cascader miss popupClassName * fix: fix select missing dropdownClassName * chore: Update snapshot * chore: Adjust menu use rtl logic * docs: Update demo line color Co-authored-by: 二货机器人 <smith3816@gmail.com>
471 lines
9.2 KiB
Plaintext
471 lines
9.2 KiB
Plaintext
@import '../../style/themes/index';
|
|
@import '../../style/mixins/index';
|
|
@import './card-style';
|
|
|
|
@tab-prefix-cls: ~'@{ant-prefix}-tabs';
|
|
|
|
// Hidden content
|
|
.tabs-hidden-content() {
|
|
height: 0;
|
|
padding: 0 !important;
|
|
overflow: hidden;
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
input {
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
|
|
.@{tab-prefix-cls} {
|
|
.reset-component;
|
|
|
|
position: relative;
|
|
overflow: hidden;
|
|
.clearfix;
|
|
|
|
&-rtl {
|
|
direction: rtl;
|
|
}
|
|
|
|
&-ink-bar {
|
|
position: absolute;
|
|
bottom: 1px;
|
|
left: 0;
|
|
z-index: 1;
|
|
box-sizing: border-box;
|
|
width: 0;
|
|
height: 2px;
|
|
background-color: @tabs-ink-bar-color;
|
|
transform-origin: 0 0;
|
|
|
|
.@{tab-prefix-cls}-rtl & {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
}
|
|
|
|
&-bar {
|
|
margin: @tabs-bar-margin;
|
|
border-bottom: @border-width-base @border-style-base @border-color-split;
|
|
outline: none;
|
|
transition: padding 0.3s @ease-in-out;
|
|
}
|
|
|
|
&-nav-container {
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
margin-bottom: -1px;
|
|
overflow: hidden;
|
|
font-size: @tabs-title-font-size;
|
|
line-height: @line-height-base;
|
|
white-space: nowrap;
|
|
transition: padding 0.3s @ease-in-out;
|
|
.clearfix;
|
|
|
|
&-scrolling {
|
|
padding-right: @tabs-scrolling-size;
|
|
padding-left: @tabs-scrolling-size;
|
|
}
|
|
}
|
|
|
|
// https://github.com/ant-design/ant-design/issues/9104
|
|
&-bottom &-bottom-bar {
|
|
margin-top: 16px;
|
|
margin-bottom: 0;
|
|
border-top: @border-width-base @border-style-base @border-color-split;
|
|
border-bottom: none;
|
|
}
|
|
|
|
&-bottom &-bottom-bar &-ink-bar {
|
|
top: 1px;
|
|
bottom: auto;
|
|
}
|
|
|
|
&-bottom &-bottom-bar &-nav-container {
|
|
margin-top: -1px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
&-tab-prev,
|
|
&-tab-next {
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 0;
|
|
height: 100%;
|
|
color: @text-color-secondary;
|
|
text-align: center;
|
|
background-color: transparent;
|
|
border: 0;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
transition: width 0.3s @ease-in-out, opacity 0.3s @ease-in-out, color 0.3s @ease-in-out;
|
|
user-select: none;
|
|
pointer-events: none;
|
|
|
|
&.@{tab-prefix-cls}-tab-arrow-show {
|
|
width: @tabs-scrolling-size;
|
|
height: 100%;
|
|
opacity: 1;
|
|
pointer-events: auto;
|
|
}
|
|
|
|
&:hover {
|
|
color: @text-color;
|
|
}
|
|
|
|
&-icon {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
line-height: inherit;
|
|
text-align: center;
|
|
text-transform: none;
|
|
transform: translate(-50%, -50%);
|
|
|
|
.@{tab-prefix-cls}-rtl & {
|
|
right: 50%;
|
|
left: auto;
|
|
}
|
|
|
|
&-target {
|
|
display: block;
|
|
.iconfont-size-under-12px(10px);
|
|
}
|
|
}
|
|
}
|
|
|
|
&-tab-btn-disabled {
|
|
cursor: not-allowed;
|
|
&,
|
|
&:hover {
|
|
color: @disabled-color;
|
|
}
|
|
}
|
|
|
|
&-tab-next {
|
|
right: 2px;
|
|
|
|
.@{tab-prefix-cls}-rtl & {
|
|
right: auto;
|
|
left: 2px;
|
|
}
|
|
}
|
|
|
|
&-tab-prev {
|
|
left: 0;
|
|
|
|
.@{tab-prefix-cls}-rtl & {
|
|
right: 2px;
|
|
left: auto;
|
|
}
|
|
|
|
:root & {
|
|
filter: none;
|
|
}
|
|
}
|
|
|
|
&-nav-wrap {
|
|
margin-bottom: -1px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
&-nav-scroll {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
&-nav {
|
|
position: relative;
|
|
display: inline-block;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding-left: 0;
|
|
list-style: none;
|
|
transition: transform 0.3s @ease-in-out;
|
|
|
|
&::before,
|
|
&::after {
|
|
display: table;
|
|
content: ' ';
|
|
}
|
|
|
|
&::after {
|
|
clear: both;
|
|
}
|
|
|
|
.@{tab-prefix-cls}-tab {
|
|
position: relative;
|
|
display: inline-block;
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
margin: @tabs-horizontal-margin;
|
|
padding: @tabs-horizontal-padding;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
transition: color 0.3s @ease-in-out;
|
|
|
|
.@{tab-prefix-cls}-rtl & {
|
|
margin: @tabs-horizontal-margin-rtl;
|
|
}
|
|
|
|
&::before {
|
|
position: absolute;
|
|
top: -1px;
|
|
left: 0;
|
|
width: 100%;
|
|
border-top: 2px solid transparent;
|
|
border-radius: @border-radius-base @border-radius-base 0 0;
|
|
transition: all 0.3s;
|
|
content: '';
|
|
pointer-events: none;
|
|
}
|
|
|
|
&:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
&:hover {
|
|
color: @tabs-hover-color;
|
|
}
|
|
|
|
&:active {
|
|
color: @tabs-active-color;
|
|
}
|
|
|
|
.@{iconfont-css-prefix} {
|
|
margin-right: 8px;
|
|
|
|
.@{tab-prefix-cls}-rtl & {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
}
|
|
|
|
&-active {
|
|
color: @tabs-highlight-color;
|
|
font-weight: 500;
|
|
}
|
|
|
|
&-disabled {
|
|
&,
|
|
&:hover {
|
|
color: @disabled-color;
|
|
cursor: not-allowed;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.@{tab-prefix-cls}-large-bar {
|
|
.@{tab-prefix-cls}-nav-container {
|
|
font-size: @tabs-title-font-size-lg;
|
|
}
|
|
.@{tab-prefix-cls}-tab {
|
|
padding: @tabs-horizontal-padding-lg;
|
|
}
|
|
}
|
|
|
|
.@{tab-prefix-cls}-small-bar {
|
|
.@{tab-prefix-cls}-nav-container {
|
|
font-size: @tabs-title-font-size-sm;
|
|
}
|
|
.@{tab-prefix-cls}-tab {
|
|
padding: @tabs-horizontal-padding-sm;
|
|
}
|
|
}
|
|
|
|
// Create an empty element to avoid margin collapsing
|
|
// https://github.com/ant-design/ant-design/issues/18103
|
|
&-content::before {
|
|
display: block;
|
|
overflow: hidden;
|
|
content: '';
|
|
}
|
|
|
|
// Horizontal Content
|
|
.@{tab-prefix-cls}-top-content,
|
|
.@{tab-prefix-cls}-bottom-content {
|
|
width: 100%;
|
|
|
|
> .@{tab-prefix-cls}-tabpane {
|
|
flex-shrink: 0;
|
|
width: 100%;
|
|
opacity: 1;
|
|
transition: opacity 0.45s;
|
|
}
|
|
|
|
> .@{tab-prefix-cls}-tabpane-inactive {
|
|
.tabs-hidden-content();
|
|
}
|
|
|
|
&.@{tab-prefix-cls}-content-animated {
|
|
display: flex;
|
|
flex-direction: row;
|
|
transition: margin-left 0.3s @ease-in-out;
|
|
will-change: margin-left;
|
|
}
|
|
}
|
|
|
|
// Vertical Bar
|
|
.@{tab-prefix-cls}-left-bar,
|
|
.@{tab-prefix-cls}-right-bar {
|
|
height: 100%;
|
|
border-bottom: 0;
|
|
|
|
.@{tab-prefix-cls}-tab-arrow-show {
|
|
width: 100%;
|
|
height: @tabs-scrolling-size;
|
|
}
|
|
|
|
.@{tab-prefix-cls}-tab {
|
|
display: block;
|
|
float: none;
|
|
margin: @tabs-vertical-margin;
|
|
padding: @tabs-vertical-padding;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.@{tab-prefix-cls}-extra-content {
|
|
text-align: center;
|
|
}
|
|
|
|
.@{tab-prefix-cls}-nav-scroll {
|
|
width: auto;
|
|
}
|
|
|
|
.@{tab-prefix-cls}-nav-container,
|
|
.@{tab-prefix-cls}-nav-wrap {
|
|
height: 100%;
|
|
}
|
|
|
|
.@{tab-prefix-cls}-nav-container {
|
|
margin-bottom: 0;
|
|
|
|
&.@{tab-prefix-cls}-nav-container-scrolling {
|
|
padding: @tabs-scrolling-size 0;
|
|
}
|
|
}
|
|
|
|
.@{tab-prefix-cls}-nav-wrap {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.@{tab-prefix-cls}-nav {
|
|
width: 100%;
|
|
}
|
|
|
|
.@{tab-prefix-cls}-ink-bar {
|
|
top: 0;
|
|
bottom: auto;
|
|
left: auto;
|
|
width: 2px;
|
|
height: 0;
|
|
}
|
|
|
|
.@{tab-prefix-cls}-tab-next {
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: @tabs-scrolling-size;
|
|
}
|
|
|
|
.@{tab-prefix-cls}-tab-prev {
|
|
top: 0;
|
|
width: 100%;
|
|
height: @tabs-scrolling-size;
|
|
}
|
|
}
|
|
|
|
// Vertical Content
|
|
.@{tab-prefix-cls}-left-content,
|
|
.@{tab-prefix-cls}-right-content {
|
|
width: auto;
|
|
margin-top: 0 !important;
|
|
overflow: hidden;
|
|
}
|
|
|
|
// Vertical - Left
|
|
.@{tab-prefix-cls}-left-bar {
|
|
float: left;
|
|
margin-right: -1px;
|
|
margin-bottom: 0;
|
|
border-right: @border-width-base @border-style-base @border-color-split;
|
|
.@{tab-prefix-cls}-tab {
|
|
text-align: right;
|
|
}
|
|
.@{tab-prefix-cls}-nav-container {
|
|
margin-right: -1px;
|
|
}
|
|
.@{tab-prefix-cls}-nav-wrap {
|
|
margin-right: -1px;
|
|
}
|
|
.@{tab-prefix-cls}-ink-bar {
|
|
right: 1px;
|
|
}
|
|
}
|
|
.@{tab-prefix-cls}-left-content {
|
|
padding-left: 24px;
|
|
border-left: @border-width-base @border-style-base @border-color-split;
|
|
}
|
|
|
|
// Vertical - Right
|
|
.@{tab-prefix-cls}-right-bar {
|
|
float: right;
|
|
margin-bottom: 0;
|
|
margin-left: -1px;
|
|
border-left: @border-width-base @border-style-base @border-color-split;
|
|
.@{tab-prefix-cls}-nav-container {
|
|
margin-left: -1px;
|
|
}
|
|
.@{tab-prefix-cls}-nav-wrap {
|
|
margin-left: -1px;
|
|
}
|
|
.@{tab-prefix-cls}-ink-bar {
|
|
left: 1px;
|
|
}
|
|
}
|
|
.@{tab-prefix-cls}-right-content {
|
|
padding-right: 24px;
|
|
border-right: @border-width-base @border-style-base @border-color-split;
|
|
}
|
|
}
|
|
|
|
.@{tab-prefix-cls}-top .@{tab-prefix-cls}-ink-bar-animated,
|
|
.@{tab-prefix-cls}-bottom .@{tab-prefix-cls}-ink-bar-animated {
|
|
transition: transform 0.3s @ease-in-out, width 0.2s @ease-in-out, left 0.3s @ease-in-out;
|
|
}
|
|
|
|
.@{tab-prefix-cls}-left .@{tab-prefix-cls}-ink-bar-animated,
|
|
.@{tab-prefix-cls}-right .@{tab-prefix-cls}-ink-bar-animated {
|
|
transition: transform 0.3s @ease-in-out, height 0.2s @ease-in-out, top 0.3s @ease-in-out;
|
|
}
|
|
|
|
// No animation
|
|
.tabs-no-animation() {
|
|
> .@{tab-prefix-cls}-content-animated {
|
|
margin-left: 0 !important;
|
|
transform: none !important;
|
|
}
|
|
> .@{tab-prefix-cls}-tabpane-inactive {
|
|
.tabs-hidden-content();
|
|
}
|
|
}
|
|
|
|
.no-flex,
|
|
.@{tab-prefix-cls}-no-animation {
|
|
> .@{tab-prefix-cls}-content {
|
|
.tabs-no-animation();
|
|
}
|
|
}
|
|
|
|
.@{tab-prefix-cls}-left-content,
|
|
.@{tab-prefix-cls}-right-content {
|
|
.tabs-no-animation();
|
|
}
|