mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
clean up show logic
This commit is contained in:
@@ -584,7 +584,6 @@ input[type=submit].btn {
|
||||
.transition(opacity .15s linear);
|
||||
opacity: 0;
|
||||
&.open {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
@@ -599,7 +598,6 @@ input[type=submit].btn {
|
||||
z-index: 1000;
|
||||
}
|
||||
.modal {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
|
||||
Reference in New Issue
Block a user