mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +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>
595 lines
13 KiB
Plaintext
595 lines
13 KiB
Plaintext
@import '../../style/themes/index';
|
|
@import '../../style/mixins/index';
|
|
|
|
@menu-prefix-cls: ~'@{ant-prefix}-menu';
|
|
|
|
// default theme
|
|
.@{menu-prefix-cls} {
|
|
.reset-component;
|
|
|
|
margin-bottom: 0;
|
|
padding-left: 0; // Override default ul/ol
|
|
color: @menu-item-color;
|
|
line-height: 0; // Fix display inline-block gap
|
|
list-style: none;
|
|
background: @menu-bg;
|
|
outline: none;
|
|
box-shadow: @box-shadow-base;
|
|
transition: background 0.3s, width 0.2s;
|
|
.clearfix;
|
|
|
|
ul,
|
|
ol {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
&-hidden {
|
|
display: none;
|
|
}
|
|
|
|
&-item-group-title {
|
|
padding: 8px 16px;
|
|
color: @menu-item-group-title-color;
|
|
font-size: @font-size-base;
|
|
line-height: @line-height-base;
|
|
transition: all 0.3s;
|
|
|
|
.@{menu-prefix-cls}-rtl & {
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
&-submenu,
|
|
&-submenu-inline {
|
|
transition: border-color 0.3s @ease-in-out, background 0.3s @ease-in-out,
|
|
padding 0.15s @ease-in-out;
|
|
}
|
|
|
|
&-submenu-selected {
|
|
color: @menu-highlight-color;
|
|
}
|
|
|
|
&-item:active,
|
|
&-submenu-title:active {
|
|
background: @menu-item-active-bg;
|
|
}
|
|
|
|
&-submenu &-sub {
|
|
cursor: initial;
|
|
transition: background 0.3s @ease-in-out, padding 0.3s @ease-in-out;
|
|
}
|
|
|
|
&-item > a {
|
|
display: block;
|
|
color: @menu-item-color;
|
|
&:hover {
|
|
color: @menu-highlight-color;
|
|
}
|
|
&::before {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: transparent;
|
|
content: '';
|
|
}
|
|
}
|
|
|
|
// https://github.com/ant-design/ant-design/issues/19809
|
|
&-item > .@{ant-prefix}-badge > a {
|
|
color: @menu-item-color;
|
|
&:hover {
|
|
color: @menu-highlight-color;
|
|
}
|
|
}
|
|
|
|
&-item-divider {
|
|
height: 1px;
|
|
overflow: hidden;
|
|
line-height: 0;
|
|
background-color: @border-color-split;
|
|
}
|
|
|
|
&-item:hover,
|
|
&-item-active,
|
|
&:not(&-inline) &-submenu-open,
|
|
&-submenu-active,
|
|
&-submenu-title:hover {
|
|
color: @menu-highlight-color;
|
|
}
|
|
|
|
&-horizontal &-item,
|
|
&-horizontal &-submenu {
|
|
margin-top: -1px;
|
|
}
|
|
|
|
&-horizontal > &-item:hover,
|
|
&-horizontal > &-item-active,
|
|
&-horizontal > &-submenu &-submenu-title:hover {
|
|
background-color: transparent;
|
|
}
|
|
|
|
&-item-selected {
|
|
color: @menu-highlight-color;
|
|
> a,
|
|
> a:hover {
|
|
color: @menu-highlight-color;
|
|
}
|
|
}
|
|
|
|
&:not(&-horizontal) &-item-selected {
|
|
background-color: @menu-item-active-bg;
|
|
}
|
|
|
|
&-inline,
|
|
&-vertical,
|
|
&-vertical-left {
|
|
border-right: @border-width-base @border-style-base @border-color-split;
|
|
}
|
|
|
|
&-inline,
|
|
&-vertical {
|
|
.@{menu-prefix-cls}-rtl& {
|
|
border-right: none;
|
|
border-left: @border-width-base @border-style-base @border-color-split;
|
|
}
|
|
}
|
|
|
|
&-vertical-right {
|
|
border-left: @border-width-base @border-style-base @border-color-split;
|
|
}
|
|
|
|
&-vertical&-sub,
|
|
&-vertical-left&-sub,
|
|
&-vertical-right&-sub {
|
|
min-width: 160px;
|
|
padding: 0;
|
|
border-right: 0;
|
|
transform-origin: 0 0;
|
|
|
|
.@{menu-prefix-cls}-rtl& {
|
|
transform-origin: top right;
|
|
}
|
|
|
|
.@{menu-prefix-cls}-item {
|
|
left: 0;
|
|
margin-left: 0;
|
|
border-right: 0;
|
|
&::after {
|
|
border-right: 0;
|
|
}
|
|
}
|
|
> .@{menu-prefix-cls}-item,
|
|
> .@{menu-prefix-cls}-submenu {
|
|
transform-origin: 0 0;
|
|
|
|
.@{menu-prefix-cls}-rtl& {
|
|
transform-origin: top right;
|
|
}
|
|
}
|
|
}
|
|
|
|
&-horizontal&-sub {
|
|
min-width: 114px; // in case of submenu width is too big: https://codesandbox.io/s/qvpwm6mk66
|
|
}
|
|
|
|
&-item,
|
|
&-submenu-title {
|
|
position: relative;
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0 20px;
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
transition: color 0.3s @ease-in-out, border-color 0.3s @ease-in-out,
|
|
background 0.3s @ease-in-out, padding 0.15s @ease-in-out;
|
|
.@{iconfont-css-prefix} {
|
|
min-width: 14px;
|
|
margin-right: 10px;
|
|
font-size: @menu-icon-size;
|
|
transition: font-size 0.15s @ease-out, margin 0.3s @ease-in-out;
|
|
+ span {
|
|
opacity: 1;
|
|
transition: opacity 0.3s @ease-in-out, width 0.3s @ease-in-out;
|
|
}
|
|
|
|
.@{menu-prefix-cls}-rtl & {
|
|
margin-right: auto;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
& > &-item-divider {
|
|
height: 1px;
|
|
margin: 1px 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
line-height: 0;
|
|
background-color: @border-color-split;
|
|
}
|
|
|
|
&-submenu {
|
|
&-popup {
|
|
position: absolute;
|
|
z-index: @zindex-dropdown;
|
|
background: @menu-popup-bg;
|
|
border-radius: @border-radius-base;
|
|
|
|
.submenu-title-wrapper {
|
|
padding-right: 20px;
|
|
|
|
.@{menu-prefix-cls}-submenu-rtl& {
|
|
padding-right: 0;
|
|
padding-left: 20px;
|
|
}
|
|
}
|
|
|
|
&::before {
|
|
position: absolute;
|
|
top: -7px;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
opacity: 0.0001;
|
|
content: ' ';
|
|
}
|
|
}
|
|
|
|
> .@{menu-prefix-cls} {
|
|
background-color: @menu-bg;
|
|
border-radius: @border-radius-base;
|
|
&-submenu-title::after {
|
|
transition: transform 0.3s @ease-in-out;
|
|
}
|
|
}
|
|
|
|
&-popup > .@{menu-prefix-cls} {
|
|
background-color: @menu-popup-bg;
|
|
}
|
|
|
|
&-vertical,
|
|
&-vertical-left,
|
|
&-vertical-right,
|
|
&-inline {
|
|
> .@{menu-prefix-cls}-submenu-title .@{menu-prefix-cls}-submenu-arrow {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 16px;
|
|
width: 10px;
|
|
transition: transform 0.3s @ease-in-out;
|
|
|
|
.@{menu-prefix-cls}-rtl & {
|
|
right: auto;
|
|
left: 16px;
|
|
}
|
|
|
|
&::before,
|
|
&::after {
|
|
position: absolute;
|
|
width: 6px;
|
|
height: 1.5px;
|
|
// background + background-image to makes before & after cross have same color.
|
|
// ref: https://github.com/ant-design/ant-design/issues/15910
|
|
background-image: linear-gradient(to right, @menu-item-color, @menu-item-color);
|
|
border-radius: 2px;
|
|
transition: background 0.3s @ease-in-out, transform 0.3s @ease-in-out,
|
|
top 0.3s @ease-in-out;
|
|
content: '';
|
|
}
|
|
&::before {
|
|
transform: rotate(45deg) translateY(-2px);
|
|
}
|
|
&::after {
|
|
transform: rotate(-45deg) translateY(2px);
|
|
}
|
|
}
|
|
> .@{menu-prefix-cls}-submenu-title:hover .@{menu-prefix-cls}-submenu-arrow {
|
|
&::after,
|
|
&::before {
|
|
background: linear-gradient(to right, @menu-highlight-color, @menu-highlight-color);
|
|
}
|
|
}
|
|
}
|
|
|
|
&-vertical,
|
|
&-vertical-left,
|
|
&-vertical-right {
|
|
> .@{menu-prefix-cls}-submenu-title .@{menu-prefix-cls}-submenu-arrow {
|
|
&::before {
|
|
transform: rotate(45deg) translateY(-2px);
|
|
.@{menu-prefix-cls}-rtl & {
|
|
transform: rotate(-45deg) translateY(-2px);
|
|
}
|
|
}
|
|
&::after {
|
|
transform: rotate(-45deg) translateY(2px);
|
|
.@{menu-prefix-cls}-rtl & {
|
|
transform: rotate(45deg) translateY(2px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
&-inline > .@{menu-prefix-cls}-submenu-title .@{menu-prefix-cls}-submenu-arrow {
|
|
&::before {
|
|
transform: rotate(-45deg) translateX(2px);
|
|
}
|
|
&::after {
|
|
transform: rotate(45deg) translateX(-2px);
|
|
}
|
|
}
|
|
|
|
&-open {
|
|
&.@{menu-prefix-cls}-submenu-inline
|
|
> .@{menu-prefix-cls}-submenu-title
|
|
.@{menu-prefix-cls}-submenu-arrow {
|
|
transform: translateY(-2px);
|
|
&::after {
|
|
transform: rotate(-45deg) translateX(-2px);
|
|
}
|
|
&::before {
|
|
transform: rotate(45deg) translateX(2px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
&-vertical &-submenu-selected,
|
|
&-vertical-left &-submenu-selected,
|
|
&-vertical-right &-submenu-selected {
|
|
color: @menu-highlight-color;
|
|
> a {
|
|
color: @menu-highlight-color;
|
|
}
|
|
}
|
|
|
|
&-horizontal {
|
|
line-height: 46px;
|
|
white-space: nowrap;
|
|
border: 0;
|
|
border-bottom: @border-width-base @border-style-base @border-color-split;
|
|
box-shadow: none;
|
|
|
|
> .@{menu-prefix-cls}-item,
|
|
> .@{menu-prefix-cls}-submenu {
|
|
position: relative;
|
|
top: 1px;
|
|
display: inline-block;
|
|
vertical-align: bottom;
|
|
border-bottom: 2px solid transparent;
|
|
|
|
&:hover,
|
|
&-active,
|
|
&-open,
|
|
&-selected {
|
|
color: @menu-highlight-color;
|
|
border-bottom: 2px solid @menu-highlight-color;
|
|
}
|
|
}
|
|
|
|
> .@{menu-prefix-cls}-item {
|
|
> a {
|
|
display: block;
|
|
color: @menu-item-color;
|
|
&:hover {
|
|
color: @menu-highlight-color;
|
|
}
|
|
&::before {
|
|
bottom: -2px;
|
|
}
|
|
}
|
|
&-selected > a {
|
|
color: @menu-highlight-color;
|
|
}
|
|
}
|
|
|
|
&::after {
|
|
display: block;
|
|
clear: both;
|
|
height: 0;
|
|
content: '\20';
|
|
}
|
|
}
|
|
|
|
&-vertical,
|
|
&-vertical-left,
|
|
&-vertical-right,
|
|
&-inline {
|
|
.@{menu-prefix-cls}-item {
|
|
position: relative;
|
|
&::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
border-right: @menu-item-active-border-width solid @menu-highlight-color;
|
|
transform: scaleY(0.0001);
|
|
opacity: 0;
|
|
transition: transform 0.15s @ease-out, opacity 0.15s @ease-out;
|
|
content: '';
|
|
|
|
.@{menu-prefix-cls}-rtl& {
|
|
right: auto;
|
|
left: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.@{menu-prefix-cls}-item,
|
|
.@{menu-prefix-cls}-submenu-title {
|
|
height: @menu-item-height;
|
|
margin-top: @menu-item-vertical-margin;
|
|
margin-bottom: @menu-item-vertical-margin;
|
|
padding: 0 16px;
|
|
overflow: hidden;
|
|
font-size: @menu-item-font-size;
|
|
line-height: @menu-item-height;
|
|
text-overflow: ellipsis;
|
|
|
|
.@{menu-prefix-cls}-rtl& {
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
// disable margin collapsed
|
|
.@{menu-prefix-cls}-submenu {
|
|
padding-bottom: 0.02px;
|
|
}
|
|
|
|
.@{menu-prefix-cls}-item:not(:last-child) {
|
|
margin-bottom: @menu-item-boundary-margin;
|
|
}
|
|
|
|
> .@{menu-prefix-cls}-item,
|
|
> .@{menu-prefix-cls}-submenu > .@{menu-prefix-cls}-submenu-title {
|
|
height: @menu-inline-toplevel-item-height;
|
|
line-height: @menu-inline-toplevel-item-height;
|
|
}
|
|
}
|
|
|
|
&-inline {
|
|
width: 100%;
|
|
.@{menu-prefix-cls}-selected,
|
|
.@{menu-prefix-cls}-item-selected {
|
|
&::after {
|
|
transform: scaleY(1);
|
|
opacity: 1;
|
|
transition: transform 0.15s @ease-in-out, opacity 0.15s @ease-in-out;
|
|
}
|
|
}
|
|
|
|
.@{menu-prefix-cls}-item,
|
|
.@{menu-prefix-cls}-submenu-title {
|
|
width: ~'calc(100% + 1px)';
|
|
}
|
|
|
|
.@{menu-prefix-cls}-submenu-title {
|
|
padding-right: 34px;
|
|
|
|
.@{menu-prefix-cls}-rtl& {
|
|
padding-right: 0;
|
|
padding-left: 34px;
|
|
}
|
|
}
|
|
}
|
|
|
|
&-inline-collapsed {
|
|
width: @menu-collapsed-width;
|
|
> .@{menu-prefix-cls}-item,
|
|
> .@{menu-prefix-cls}-item-group
|
|
> .@{menu-prefix-cls}-item-group-list
|
|
> .@{menu-prefix-cls}-item,
|
|
> .@{menu-prefix-cls}-item-group
|
|
> .@{menu-prefix-cls}-item-group-list
|
|
> .@{menu-prefix-cls}-submenu
|
|
> .@{menu-prefix-cls}-submenu-title,
|
|
> .@{menu-prefix-cls}-submenu > .@{menu-prefix-cls}-submenu-title {
|
|
left: 0;
|
|
padding: 0 (@menu-collapsed-width - @menu-icon-size-lg) / 2 !important;
|
|
text-overflow: clip;
|
|
.@{menu-prefix-cls}-submenu-arrow {
|
|
display: none;
|
|
}
|
|
.@{iconfont-css-prefix} {
|
|
margin: 0;
|
|
font-size: @menu-icon-size-lg;
|
|
line-height: @menu-item-height;
|
|
+ span {
|
|
display: inline-block;
|
|
max-width: 0;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
}
|
|
&-tooltip {
|
|
pointer-events: none;
|
|
.@{iconfont-css-prefix} {
|
|
display: none;
|
|
}
|
|
a {
|
|
color: @text-color-dark;
|
|
}
|
|
}
|
|
|
|
.@{menu-prefix-cls}-item-group-title {
|
|
padding-right: 4px;
|
|
padding-left: 4px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
|
|
&-item-group-list {
|
|
margin: 0;
|
|
padding: 0;
|
|
.@{menu-prefix-cls}-item,
|
|
.@{menu-prefix-cls}-submenu-title {
|
|
padding: 0 16px 0 28px;
|
|
|
|
.@{menu-prefix-cls}-rtl & {
|
|
padding: 0 28px 0 16px;
|
|
}
|
|
}
|
|
}
|
|
|
|
&-root&-vertical,
|
|
&-root&-vertical-left,
|
|
&-root&-vertical-right,
|
|
&-root&-inline {
|
|
box-shadow: none;
|
|
}
|
|
|
|
&-sub&-inline {
|
|
padding: 0;
|
|
border: 0;
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
& > .@{menu-prefix-cls}-item,
|
|
& > .@{menu-prefix-cls}-submenu > .@{menu-prefix-cls}-submenu-title {
|
|
height: @menu-item-height;
|
|
line-height: @menu-item-height;
|
|
list-style-position: inside;
|
|
list-style-type: disc;
|
|
}
|
|
|
|
& .@{menu-prefix-cls}-item-group-title {
|
|
padding-left: 32px;
|
|
|
|
.@{menu-prefix-cls}-rtl& {
|
|
padding-right: 32px;
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Disabled state sets text to gray and nukes hover/tab effects
|
|
&-item-disabled,
|
|
&-submenu-disabled {
|
|
color: @disabled-color !important;
|
|
background: none;
|
|
border-color: transparent !important;
|
|
cursor: not-allowed;
|
|
> a {
|
|
color: @disabled-color !important;
|
|
pointer-events: none;
|
|
}
|
|
> .@{menu-prefix-cls}-submenu-title {
|
|
color: @disabled-color !important;
|
|
cursor: not-allowed;
|
|
> .@{menu-prefix-cls}-submenu-arrow {
|
|
&::before,
|
|
&::after {
|
|
background: @disabled-color !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
@import './dark';
|