mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix focus
This commit is contained in:
parent
ca0387eee3
commit
fd49b6c94d
@ -250,7 +250,7 @@
|
|||||||
|
|
||||||
// active dash
|
// active dash
|
||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
@ -454,7 +454,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.ant-message-error {
|
.ant-message-error {
|
||||||
svg {
|
svg {
|
||||||
color: var(--ant-error-color) !important;
|
color: var(--ant-error-color) !important;
|
||||||
@ -481,7 +480,6 @@
|
|||||||
|
|
||||||
// FIX TAGS COLORS
|
// FIX TAGS COLORS
|
||||||
.ant-tag-red {
|
.ant-tag-red {
|
||||||
|
|
||||||
svg,
|
svg,
|
||||||
span {
|
span {
|
||||||
color: #cf1322 !important;
|
color: #cf1322 !important;
|
||||||
@ -489,7 +487,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-tag-volcano {
|
.ant-tag-volcano {
|
||||||
|
|
||||||
svg,
|
svg,
|
||||||
span {
|
span {
|
||||||
color: #d4380d !important;
|
color: #d4380d !important;
|
||||||
@ -497,7 +494,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-tag-orange {
|
.ant-tag-orange {
|
||||||
|
|
||||||
svg,
|
svg,
|
||||||
span {
|
span {
|
||||||
color: #d46b08 !important;
|
color: #d46b08 !important;
|
||||||
@ -505,7 +501,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-tag-gold {
|
.ant-tag-gold {
|
||||||
|
|
||||||
svg,
|
svg,
|
||||||
span {
|
span {
|
||||||
color: #d48806 !important;
|
color: #d48806 !important;
|
||||||
@ -513,7 +508,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-tag-yellow {
|
.ant-tag-yellow {
|
||||||
|
|
||||||
svg,
|
svg,
|
||||||
span {
|
span {
|
||||||
color: #d4b106 !important;
|
color: #d4b106 !important;
|
||||||
@ -521,7 +515,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-tag-lime {
|
.ant-tag-lime {
|
||||||
|
|
||||||
svg,
|
svg,
|
||||||
span {
|
span {
|
||||||
color: #7cb305 !important;
|
color: #7cb305 !important;
|
||||||
@ -529,7 +522,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-tag-green {
|
.ant-tag-green {
|
||||||
|
|
||||||
svg,
|
svg,
|
||||||
span {
|
span {
|
||||||
color: #389e0d !important;
|
color: #389e0d !important;
|
||||||
@ -537,7 +529,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-tag-cyan {
|
.ant-tag-cyan {
|
||||||
|
|
||||||
svg,
|
svg,
|
||||||
span {
|
span {
|
||||||
color: #08979c !important;
|
color: #08979c !important;
|
||||||
@ -545,7 +536,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-tag-blue {
|
.ant-tag-blue {
|
||||||
|
|
||||||
svg,
|
svg,
|
||||||
span {
|
span {
|
||||||
color: #096dd9 !important;
|
color: #096dd9 !important;
|
||||||
@ -553,7 +543,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-tag-geekblue {
|
.ant-tag-geekblue {
|
||||||
|
|
||||||
svg,
|
svg,
|
||||||
span {
|
span {
|
||||||
color: #1d39c4 !important;
|
color: #1d39c4 !important;
|
||||||
@ -561,7 +550,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-tag-purple {
|
.ant-tag-purple {
|
||||||
|
|
||||||
svg,
|
svg,
|
||||||
span {
|
span {
|
||||||
color: #531dab !important;
|
color: #531dab !important;
|
||||||
@ -569,7 +557,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-tag-magenta {
|
.ant-tag-magenta {
|
||||||
|
|
||||||
svg,
|
svg,
|
||||||
span {
|
span {
|
||||||
color: #c41d7f !important;
|
color: #c41d7f !important;
|
||||||
@ -583,6 +570,10 @@
|
|||||||
|
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
background-color: var(--background-color-accent);
|
||||||
|
}
|
||||||
|
|
||||||
::placeholder {
|
::placeholder {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
@ -608,16 +599,24 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-input-affix-wrapper-focused {
|
||||||
|
background-color: var(--background-color-accent) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.ant-input-affix-wrapper,
|
.ant-input-affix-wrapper,
|
||||||
.ant-mentions-affix-wrapper {
|
.ant-mentions-affix-wrapper {
|
||||||
background: transparent;
|
|
||||||
background-color: var(--background-color-accent);
|
background-color: var(--background-color-accent);
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
|
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
|
|
||||||
:hover {
|
&:hover {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
|
background-color: var(--background-color-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
background-color: var(--background-color-accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
::placeholder {
|
::placeholder {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user