Commit b4d107ec authored by tianhongyang's avatar tianhongyang

fix bug

parent 5271ec59
...@@ -299,6 +299,13 @@ export default { ...@@ -299,6 +299,13 @@ export default {
} }
} }
/* 禁用状态不触发 焦点 */
&.is-disabled {
&:focus {
color: unset !important;
}
}
.project-only-menu-title-container { .project-only-menu-title-container {
height: 32px; height: 32px;
line-height: unset; line-height: unset;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment