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