Skip to content

Commit

Permalink
Merge pull request #50 from aleevas/DS-1165
Browse files Browse the repository at this point in the history
fix: [DS-1165] Fix the use of the data-once attribute in styles in the WS Home Branch module
  • Loading branch information
podarok authored Nov 6, 2023
2 parents a778fae + b5524d6 commit 06d01f3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
}

[data-once="home-branch-cookies-storage"] {
[data-once*="home-branch-cookies-storage"] {
.mobile {
margin-bottom: 40px;
.header--top {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ws_checkbox:
assets/css/ws-checkbox.css: {}

hb_header_lb_selector:
version: 0.6
version: 0.7
js:
assets/js/ws-header-lb-selector.js: {}
css:
Expand Down

0 comments on commit 06d01f3

Please sign in to comment.