Skip to content

Commit

Permalink
Fixed invisible account links on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
vovayatsyuk committed May 29, 2019
1 parent 529e3ac commit df946b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
8 changes: 0 additions & 8 deletions Magento_Theme/layout/default.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceContainer name="header.links">
<block class="Magento\Framework\View\Element\Html\Link\Current" name="my-link2">
<arguments>
<argument name="label" xsi:type="string" translate="true">My Wishlist</argument>
<argument name="path" xsi:type="string">wishlist</argument>
</arguments>
</block>
</referenceContainer>
<referenceContainer name="header-wrapper">
<block class="Magento\Cms\Block\Block" name="slogan" after="logo">
<arguments>
Expand Down
18 changes: 5 additions & 13 deletions web/css/source/_absolute.less
Original file line number Diff line number Diff line change
Expand Up @@ -107,22 +107,14 @@ a:hover {
padding: 0;
}
}
}
.page-header{
.header {
&.content {
border-radius: 0px;
}
}
}
.header {
&.content {
.header.content {
border-radius: 0px;
.slogan {
display: none;
}
}
ul.links {
display: none;
> ul.links {
display: none;
}
}
}
}
Expand Down

0 comments on commit df946b0

Please sign in to comment.