mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Update changelog
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
* #1679 Add breakpoint based column gaps
|
* #1679 Add breakpoint based column gaps
|
||||||
* #1905 Fix `modal` for IE11 #1902
|
* #1905 Fix `modal` for IE11 #1902
|
||||||
* #1919 New `is-arrowless` class for navbar items
|
* #1919 New `is-arrowless` class for navbar items
|
||||||
|
* #1764 New `.is-sr-only` helper
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
|
||||||
@@ -487,7 +488,6 @@
|
|||||||
### New features
|
### New features
|
||||||
|
|
||||||
* 🎉 Rounded buttons, inputs, pagination and toggle tabs
|
* 🎉 Rounded buttons, inputs, pagination and toggle tabs
|
||||||
* #1764 New `.is-sr-only` helper
|
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
|
||||||
|
|||||||
@@ -159,15 +159,15 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
|
|||||||
display: none !important
|
display: none !important
|
||||||
|
|
||||||
.is-sr-only
|
.is-sr-only
|
||||||
position: absolute !important
|
border: none !important
|
||||||
width: 1px !important
|
clip-path: inset(50%) !important
|
||||||
height: 1px !important
|
clip: rect(0, 0, 0, 0) !important
|
||||||
padding: 0 !important
|
height: 0.01em !important
|
||||||
border: 0 !important
|
overflow: hidden !important
|
||||||
overflow: hidden !important
|
padding: 0 !important
|
||||||
clip: rect(0, 0, 0, 0) !important
|
position: absolute !important
|
||||||
clip-path: inset(50%) !important
|
white-space: nowrap !important
|
||||||
white-space: nowrap !important
|
width: 0.01em !important
|
||||||
|
|
||||||
+mobile
|
+mobile
|
||||||
.is-hidden-mobile
|
.is-hidden-mobile
|
||||||
|
|||||||
Reference in New Issue
Block a user