bootstrap: Remove `hide/show` classes.

This commit is contained in:
Aman Agrawal 2024-06-24 10:11:30 +00:00 committed by Tim Abbott
parent 83a590dc06
commit 8457d12e59
2 changed files with 4 additions and 6 deletions

View File

@ -13,6 +13,10 @@
display: none;
}
.show {
display: block;
}
kbd {
display: inline-block;
border: 1px solid hsl(0deg 0% 80%);

View File

@ -262,12 +262,6 @@ button.close {
border: 0;
-webkit-appearance: none;
}
.hide {
display: none;
}
.show {
display: block;
}
@-ms-viewport {
width: device-width;
}