fix: style:lint

This commit is contained in:
ycjcl868 2019-12-26 15:55:10 +08:00
parent 9d20cb4454
commit e5bc8bab5a
7 changed files with 16 additions and 16 deletions

View File

@ -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 {

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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 {

View File

@ -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;
}

View File

@ -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;
}
}
}