mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
Revert "Feature: modal"
This commit is contained in:
parent
39314102d2
commit
d5544ea021
115 changed files with 3754 additions and 6410 deletions
|
@ -1,34 +0,0 @@
|
|||
/**
|
||||
* Docs: Modal
|
||||
*/
|
||||
|
||||
dialog.example {
|
||||
display: block;
|
||||
z-index: inherit;
|
||||
position: relative;
|
||||
top: inherit;
|
||||
right: inherit;
|
||||
bottom: inherit;
|
||||
left: inherit;
|
||||
align-items: inherit;
|
||||
justify-content: inherit;
|
||||
width: inherit;
|
||||
min-width: inherit;
|
||||
height: inherit;
|
||||
min-height: inherit;
|
||||
padding: 0;
|
||||
background-color:inherit;
|
||||
|
||||
article {
|
||||
max-width: inherit;
|
||||
}
|
||||
|
||||
&:not([open]),
|
||||
&[open=false] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.dialog-is-open body > button {
|
||||
filter: blur(0.125rem);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue