mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for `.team input` in portico.scss.
This commit is contained in:
parent
78d8006de5
commit
a5b5294c82
|
@ -799,6 +799,12 @@ a.bottom-signup-button {
|
||||||
|
|
||||||
.team input {
|
.team input {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
|
&:checked + label {
|
||||||
|
border: 1px solid hsl(0, 0%, 93%);
|
||||||
|
border-top: 2px solid hsl(80, 61%, 50%);
|
||||||
|
border-bottom-color: hsl(0, 0%, 100%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.team label {
|
.team label {
|
||||||
|
@ -813,12 +819,6 @@ a.bottom-signup-button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.team input:checked + label {
|
|
||||||
border: 1px solid hsl(0, 0%, 93%);
|
|
||||||
border-top: 2px solid hsl(80, 61%, 50%);
|
|
||||||
border-bottom-color: hsl(0, 0%, 100%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.contributors-list {
|
.contributors-list {
|
||||||
margin-left: -40px;
|
margin-left: -40px;
|
||||||
width: calc(100% + 80px);
|
width: calc(100% + 80px);
|
||||||
|
|
Loading…
Reference in New Issue