mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
fix: style:lint
This commit is contained in:
parent
9d20cb4454
commit
e5bc8bab5a
@ -29,10 +29,10 @@
|
||||
}
|
||||
|
||||
.@{calendar-picker-prefix-cls}-panel {
|
||||
background: @calendar-full-panel-bg;
|
||||
border: 0;
|
||||
border-top: @border-width-base @border-style-base @border-color-split;
|
||||
border-radius: 0;
|
||||
background: @calendar-full-panel-bg;
|
||||
|
||||
.@{calendar-picker-prefix-cls}-month-panel,
|
||||
.@{calendar-picker-prefix-cls}-date-panel {
|
||||
|
@ -179,9 +179,9 @@ a {
|
||||
|
||||
.fixed-widgets {
|
||||
position: fixed;
|
||||
z-index: 2147483640;
|
||||
bottom: 102px;
|
||||
right: 32px;
|
||||
bottom: 102px;
|
||||
z-index: 2147483640;
|
||||
cursor: pointer;
|
||||
& > div {
|
||||
display: block;
|
||||
|
@ -18,8 +18,8 @@
|
||||
.code-box-title {
|
||||
&,
|
||||
a {
|
||||
background: @component-background;
|
||||
color: @site-text-color;
|
||||
background: @component-background;
|
||||
}
|
||||
}
|
||||
.code-box-description {
|
||||
@ -266,14 +266,14 @@
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
overflow: hidden;
|
||||
opacity: 0.65;
|
||||
text-indent: -9999px;
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
background: transparent
|
||||
url('https://gw.alipayobjects.com/zos/rmsportal/OtZslpOjYXijshDERXwc.svg') center / 14px
|
||||
no-repeat;
|
||||
opacity: 0.65;
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
border: 0;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
|
@ -4,8 +4,8 @@
|
||||
box-shadow: @box-shadow-base;
|
||||
|
||||
[class^='ds-dataset-'] {
|
||||
border: none;
|
||||
background: @component-background;
|
||||
border: none;
|
||||
.algolia-docsearch-suggestion {
|
||||
background: @component-background;
|
||||
}
|
||||
@ -28,8 +28,8 @@
|
||||
[data-theme='dark'] {
|
||||
.algolia-autocomplete {
|
||||
.algolia-docsearch-suggestion--category-header {
|
||||
border-bottom: 1px solid #303030;
|
||||
color: rgba(255, 255, 255, 0.65);
|
||||
border-bottom: 1px solid #303030;
|
||||
}
|
||||
.algolia-docsearch-suggestion--subcategory-column::before {
|
||||
background: #303030;
|
||||
|
@ -210,9 +210,9 @@ pre[class*='language-'] {
|
||||
.hljs {
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
background: #1c1d21;
|
||||
color: #c0c5ce;
|
||||
padding: 0.5em;
|
||||
color: #c0c5ce;
|
||||
background: #1c1d21;
|
||||
}
|
||||
|
||||
.token.emphasis {
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
.icon-pic-btn {
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
color: @text-color-secondary;
|
||||
transition: all 0.3s;
|
||||
&:hover {
|
||||
color: @input-icon-hover-color;
|
||||
}
|
||||
|
@ -103,8 +103,8 @@
|
||||
margin: 0 1px;
|
||||
padding: 0.2em 0.4em;
|
||||
font-size: 0.9em;
|
||||
border: 1px solid @border-color-split;
|
||||
background: @site-markdown-code-bg;
|
||||
border: 1px solid @border-color-split;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
@ -520,13 +520,13 @@
|
||||
}
|
||||
.ant-row .demo-col-3,
|
||||
.code-box-demo .ant-row .demo-col-3 {
|
||||
background: unset;
|
||||
color: @site-text-color-secondary;
|
||||
background: unset;
|
||||
}
|
||||
.ant-row .demo-col-5,
|
||||
.code-box-demo .ant-row .demo-col-5 {
|
||||
background: unset;
|
||||
color: @site-text-color-secondary;
|
||||
background: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user