mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
css: Use SCSS nesting for .top-links a in portico.scss.
This commit is contained in:
committed by
Tim Abbott
parent
6719835a89
commit
cc4a4a7846
@@ -1140,12 +1140,12 @@ input.new-organization-button {
|
||||
font-size: 16px;
|
||||
transition: all 0.2s ease-in;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.top-links a:hover {
|
||||
text-decoration: none;
|
||||
background-color: hsla(0, 0%, 100%, 1.0);
|
||||
color: hsl(170, 50%, 40%);
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
background-color: hsla(0, 0%, 100%, 1.0);
|
||||
color: hsl(170, 50%, 40%);
|
||||
}
|
||||
}
|
||||
|
||||
.centered-button {
|
||||
|
||||
Reference in New Issue
Block a user