Add select specs

This commit is contained in:
Jeremy Thomas
2022-05-02 17:54:53 +02:00
parent 356a572327
commit 3c413174e4
8 changed files with 196 additions and 404 deletions

30
docs/css/bulma.css vendored
View File

@@ -3728,7 +3728,7 @@ fieldset[disabled] .select select:hover {
}
.select.is-disabled::after {
border-color: #7a7a7a;
border-color: #7a7a7a !important;
}
.select.is-fullwidth {
@@ -11788,31 +11788,3 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
background-color: #fafafa;
padding: 3rem 1.5rem 6rem;
}
.yolo {
content: "default";
}
@media screen and (min-width: 769px), print {
.yolo {
content: "tablet";
}
}
@media screen and (min-width: 1024px) {
.yolo {
content: "desktop";
}
}
@media screen and (min-width: 1216px) {
.yolo {
content: "widescreen";
}
}
@media screen and (min-width: 1408px) {
.yolo {
content: "fullhd";
}
}