2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00
Files
bootstrap/scss
Patrick H. Lauke e000933c17 Remove dialog from the HTML5 shim style (#26269)
`<dialog>`, in browsers that support it, has user agent styles of `dialog { display:block; ...} dialog:not([open]) { display:none; }`
by forcing it to `display:block` in the shim, the dialog is shown even when closed. There's no clean way to shim this for non-supporting browsers,
but arguably these browsers would have further problems with pure `<dialog>` usage anyway, and it's up to authors to then use different elements/shims.
2018-04-16 00:25:39 +01:00
..
2018-04-14 08:41:18 +01:00
2017-04-08 14:21:18 -07:00
2018-03-31 21:59:54 -07:00
2018-02-11 16:46:54 -08:00
2018-04-09 09:00:23 -07:00
2018-04-09 09:00:23 -07:00
2018-04-09 09:00:23 -07:00