mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
css: Fix backporting error of back-to-login button.
In 7.x, this was invalid syntax with our postcss-preset-env configuration. See the following for context: https://chat.zulip.org/#narrow/stream/49-development-help/topic/webpack.20exception.20running.207.2Ex/near/1641309 https://chat.zulip.org/#narrow/stream/2-general/topic/CSS.20nesting.20syntax/near/1528649
This commit is contained in:
@@ -867,7 +867,7 @@ button#register_auth_button_gitlab {
|
||||
gap: 5px;
|
||||
align-items: center;
|
||||
|
||||
i {
|
||||
& i {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
font-size: 0.8em;
|
||||
|
Reference in New Issue
Block a user