style(eww): Another border-radius fix
This commit is contained in:
parent
e5b1940df2
commit
cf67663fed
1 changed files with 6 additions and 4 deletions
|
@ -69,11 +69,13 @@ tooltip {
|
||||||
}
|
}
|
||||||
|
|
||||||
widget:first-child > image {
|
widget:first-child > image {
|
||||||
border-radius: $bg-radius 0px 0px $bg-radius;
|
border-top-left-radius: $bg-radius;
|
||||||
|
border-bottom-left-radius: $bg-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
widget:last-child > image {
|
widget:last-child > image {
|
||||||
border-radius: 0px $bg-radius $bg-radius 0px;
|
border-top-right-radius: $bg-radius;
|
||||||
|
border-bottom-right-radius: $bg-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
> label:first-child {
|
> label:first-child {
|
||||||
|
@ -93,12 +95,12 @@ tooltip {
|
||||||
.workspaces {
|
.workspaces {
|
||||||
button:first-child label {
|
button:first-child label {
|
||||||
border-top-left-radius: $bg-radius;
|
border-top-left-radius: $bg-radius;
|
||||||
border-bottom-left-radius: $bg-radius
|
border-bottom-left-radius: $bg-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:last-child label {
|
button:last-child label {
|
||||||
border-top-right-radius: $bg-radius;
|
border-top-right-radius: $bg-radius;
|
||||||
border-bottom-right-radius: $bg-radius
|
border-bottom-right-radius: $bg-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue