mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-24 23:48:01 +00:00
修复克隆面板按钮弹跳&统一标签风格
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
// clone 下拉菜单
|
||||
.tippy-box {
|
||||
margin-top: -6px;
|
||||
margin-top: -3px;
|
||||
background: var(--color-box-header);
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
@@ -36,10 +36,11 @@
|
||||
|
||||
button {
|
||||
padding: 15px 12px;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.active {
|
||||
border-color: #f78166;
|
||||
.item.active {
|
||||
border-bottom: 2px solid #f78166;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user