mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 01:22:44 +00:00
Move dialog[open] to Dialog component styling
This commit is contained in:
6
client/components/dialog.less
Normal file
6
client/components/dialog.less
Normal file
@@ -0,0 +1,6 @@
|
||||
dialog{
|
||||
&[open]{
|
||||
// Do NOT set a display property on a dialog! Set it on dialog[open] instead
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user