mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2026-04-13 23:11:37 +08:00
Fix no auto-focus of search filter on issue/PR properties #27
This commit is contained in:
@@ -7,3 +7,5 @@
|
|||||||
##### Template File
|
##### Template File
|
||||||
|
|
||||||
### 🐞 Fix
|
### 🐞 Fix
|
||||||
|
|
||||||
|
- Fix no auto-focus of search filter on issue/PR properties #27
|
||||||
|
|||||||
@@ -741,6 +741,10 @@ export const issueSidebar = css`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// 修复菜单下拉打开时, 无法聚焦输入框
|
||||||
|
.menu input {
|
||||||
|
transition: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// 时间追踪
|
// 时间追踪
|
||||||
> div:not([class]):not([id]) {
|
> div:not([class]):not([id]) {
|
||||||
@@ -807,6 +811,7 @@ export const issueSidebar = css`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// 修复
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user