mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
A better design for update channel selector
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
parent
daf3b29572
commit
4de250eede
1 changed files with 3 additions and 3 deletions
|
|
@ -482,9 +482,6 @@ export default {
|
|||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
&:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
h4 {
|
||||
margin-block-end: 0.7rem;
|
||||
|
|
@ -510,6 +507,9 @@ export default {
|
|||
cursor: pointer;
|
||||
margin-left: 3px;
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
border: 2px solid var(--color-border-dark);
|
||||
.icon-update-menu {
|
||||
cursor: inherit;
|
||||
.icon-triangle-s {
|
||||
|
|
|
|||
Loading…
Reference in a new issue