Skip to content

Commit

Permalink
3500 fix ios bug (#3521)
Browse files Browse the repository at this point in the history
* Fix docs navbar, Fix z-indices

* Update dependencies, Fix #3500

* Update changelog
  • Loading branch information
jgthms committed May 7, 2022
1 parent 8ed9842 commit c2db8a0
Show file tree
Hide file tree
Showing 21 changed files with 684 additions and 465 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
- `$breakpoints` Sass map: a map of named breakpoints and their type (`from`, `until` or both)
- `@mixin breakpoint`: uses the new `$breakpoints` Sass map to output a media query

### Bugfix

- #3500 Fix hidden disabled buttons on iOS 15.4

## 0.9.3

### New features
Expand Down
20 changes: 10 additions & 10 deletions css/bulma-rtl.css

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

2 changes: 1 addition & 1 deletion css/bulma-rtl.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bulma-rtl.min.css

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions css/bulma.css

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

2 changes: 1 addition & 1 deletion css/bulma.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bulma.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/_includes/components/categories.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav id="categories" class="bd-categories">
<div class="bd-categories-filter">
<input id="categoriesFilter" class="input is-small" type="text" name="" placeholder="Filter links">
<input id="categoriesFilter" class="input is-small" type="text" name="" placeholder="Filter links" style="border-radius: 0.5em;">
<span class="bd-key">f</span>
</div>

Expand All @@ -10,11 +10,11 @@

{% if category_id == 'overview' %}
<p class="bd-category-group">
Concepts
Guides
</p>
{% elsif category_id == 'columns' %}
<p class="bd-category-group">
Library
CSS Library
</p>
{% endif %}

Expand Down
12 changes: 3 additions & 9 deletions docs/_includes/global/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</a>
</div>

<button id="searchIcon" class="navbar-item bd-navbar-search-icon bd-navbar-mobile-icon">
<button id="searchIcon" class="navbar-item bd-navbar-search-icon bd-navbar-search-mobile-icon">
<span class="icon">
<i class="fas fa-lg fa-search"></i>
</span>
Expand Down Expand Up @@ -64,27 +64,21 @@

<div class="navbar-item bd-navbar-download-button is-hidden-touch">
<a class="button is-primary mr-3" href="{{ site.data.meta.download }}">
<span class="icon">
<span class="icon is-hidden-touch is-hidden-desktop-only">
<i class="fas fa-download"></i>
</span>
<span>Download</span>
</a>

<a href="{{ site.url }}{{ site.data.links.by_id.become-sponsor.path }}" class="button is-sponsor is-light">
<span class="icon is-small">
<span class="icon is-small is-hidden-touch is-hidden-desktop-only">
<i class="fas fa-thumbs-up"></i>
</span>
<span>
Sponsor
</span>
</a>
</div>

<button class="navbar-item bd-navbar-search-icon">
<span class="icon">
<i class="fas fa-lg fa-search"></i>
</span>
</button>
</div>
</div>

Expand Down
20 changes: 15 additions & 5 deletions docs/_sass/components/navbar.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.bd-navbar {
z-index: 50;

.navbar-brand img {
height: 28px;
max-height: 2em;
Expand Down Expand Up @@ -334,6 +336,10 @@
}
}
}

.bd-navbar-search-desktop-icon {
display: none;
}
}

@include desktop() {
Expand All @@ -353,16 +359,16 @@
}
}

.bd-navbar-search-icon {
display: none;
}

.bd-search {
align-items: center;
display: flex;
flex-shrink: 0;
// margin-left: 0.5rem;
width: 16rem;
width: 12rem;
}

.bd-navbar-search-mobile-icon {
display: none;
}
}

Expand All @@ -381,6 +387,10 @@
left: 0;
right: auto;
}

.bd-search {
width: 16rem;
}
}

@include fullhd() {
Expand Down
2 changes: 1 addition & 1 deletion docs/_sass/global/cc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
box-shadow: 0 0 1em rgba(black, 0.1);
padding: 1em 1.5em;
position: fixed;
z-index: 10;
z-index: 60;
}

.cpck-invisible {
Expand Down
2 changes: 1 addition & 1 deletion docs/_sass/pages/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%bd-docs-edge {
background-color: $scheme-main-bis;
width: $bd-edge-width;
z-index: 31;
z-index: 40;
}

.bd-docs-toggles {
Expand Down
8 changes: 4 additions & 4 deletions docs/bulma-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
fulltitle: 'Bulma start: a tiny npm package to get started with Bulma'
layout: default
route: bulma-start
version: 0.0.4
download_url: https://github.com/jgthms/bulma-start/releases/download/0.0.4/bulma-start-0.0.4.zip
version: 0.0.5
download_url: https://github.com/jgthms/bulma-start/releases/download/0.0.5/bulma-start-0.0.5.zip
github_url: https://github.com/jgthms/bulma-start
npm_url: https://www.npmjs.com/package/bulma-start
breadcrumb:
Expand Down Expand Up @@ -114,8 +114,8 @@
</li>
<li>
<code
><a href="https://github.com/sass/node-sass" target="_blank"
>node-sass</a
><a href="https://github.com/sass/sass" target="_blank"
>sass</a
></code
>
to compile your own Sass file
Expand Down
Loading

0 comments on commit c2db8a0

Please sign in to comment.