mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for `.split-view` and `.back-to-login`.
This commit is contained in:
parent
18c6cc9929
commit
eb3b5a626a
|
@ -716,12 +716,11 @@ button.login-social-button {
|
|||
vertical-align: top;
|
||||
|
||||
transition: color 0.2s ease;
|
||||
}
|
||||
|
||||
.split-view .actions a:hover,
|
||||
.back-to-login:hover {
|
||||
text-decoration: none;
|
||||
color: hsl(156, 62%, 61%);
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
color: hsl(156, 62%, 61%);
|
||||
}
|
||||
}
|
||||
|
||||
#registration {
|
||||
|
|
Loading…
Reference in New Issue