mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-21 05:28:00 +02:00
Fix fork button (#6223)
This commit is contained in:

committed by
techknowlogick

parent
6460cff222
commit
608781f880
File diff suppressed because one or more lines are too long
@ -1875,3 +1875,23 @@ tbody.commit-list {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.repo-buttons .disabled-repo-button .label {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.repo-buttons .disabled-repo-button a.button {
|
||||
opacity: .5;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.repo-buttons .disabled-repo-button a.button:hover {
|
||||
background: none !important;
|
||||
color: rgba(0,0,0,.6) !important;
|
||||
box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset !important;
|
||||
}
|
||||
|
||||
.repo-buttons .ui.labeled.button > .label {
|
||||
border-left: none !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user