fix: 🚑 gpg label unverified colors
This commit is contained in:
parent
146ee5e781
commit
5a4975650a
2
dist/public/assets/css/theme-dark.css
vendored
2
dist/public/assets/css/theme-dark.css
vendored
File diff suppressed because one or more lines are too long
2
dist/public/assets/css/theme-light.css
vendored
2
dist/public/assets/css/theme-light.css
vendored
File diff suppressed because one or more lines are too long
@ -344,15 +344,19 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.label.isSigned.isVerified {
|
.label.isSigned {
|
||||||
margin: 0px .25em !important;
|
margin: 0px .25em !important;
|
||||||
padding: 0;
|
padding: 0 !important;
|
||||||
display: inline-flex;
|
display: inline-flex !important;
|
||||||
gap: 0px;
|
gap: 0px !important;
|
||||||
border-radius: 16px;
|
border-radius: 16px !important;
|
||||||
|
|
||||||
|
--color-light-border: rgba(#{color.get('theme/dark-green/base', 'rgb')}, 1) !important;
|
||||||
|
--color-label-bg: none !important;
|
||||||
|
--color-text: rgba(#{color.get('theme/dark-green/base', 'rgb')}, 1) !important;
|
||||||
--color-green-badge-bg: none !important;
|
--color-green-badge-bg: none !important;
|
||||||
--color-green-badge-hover-bg: rgba(#{color.get('theme/dark-green/base', 'rgb')}, 0.05) !important;
|
--color-green-badge-hover-bg: rgba(#{color.get('theme/dark-green/base', 'rgb')}, 0.05) !important;
|
||||||
|
--color-label-hover-bg: rgba(#{color.get('theme/dark-green/base', 'rgb')}, 0.05) !important;
|
||||||
--color-label-text: rgba(#{color.get('theme/dark-green/base', 'rgb')}, 1) !important;
|
--color-label-text: rgba(#{color.get('theme/dark-green/base', 'rgb')}, 1) !important;
|
||||||
--color-green-badge: rgba(#{color.get('theme/dark-green/base', 'rgb')}, 1) !important;
|
--color-green-badge: rgba(#{color.get('theme/dark-green/base', 'rgb')}, 1) !important;
|
||||||
|
|
||||||
@ -361,12 +365,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ui.detail.icon.button {
|
.ui.detail.icon.button {
|
||||||
opacity: 1;
|
opacity: 1 !important;
|
||||||
padding: 4px 12px 4px 6px !important;
|
padding: 4px 8px 4px 6px !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
border-color: rgba(#{color.get('theme/dark-green/base', 'rgb')}, 1) !important;
|
border-color: rgba(#{color.get('theme/dark-green/base', 'rgb')}, 1) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.isVerified {
|
||||||
|
.ui.detail.icon.button {
|
||||||
|
padding: 4px 12px 4px 6px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#commits-table {
|
#commits-table {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user