mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-07 23:47:42 +00:00
fix: project list 1st row show thin gray line (#5339)
Co-authored-by: Florian Forster <florian@zitadel.com> Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
parent
fca6dd9613
commit
b0ae24ccca
@ -17,7 +17,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
background-color: $card-background-color;
|
background-color: $card-background-color;
|
||||||
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
||||||
border: 1px solid $border-color;
|
border-top: 1px solid $border-color;
|
||||||
|
border-bottom: 1px solid $border-color;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
outline: none;
|
outline: none;
|
||||||
@ -33,6 +34,22 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button:only-of-type {
|
||||||
|
border-left: 1px solid $border-color;
|
||||||
|
border-right: 1px solid $border-color;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
button:first-of-type {
|
||||||
|
border-left: 1px solid $border-color;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
button:last-of-type {
|
||||||
|
border-right: 1px solid $border-color;
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
[hoveractions] {
|
[hoveractions] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user