Skip to content

Commit 7d202a2

Browse files
committed
add CSS to support built-in roles hide and is-hidden
1 parent 7823113 commit 7d202a2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/css/base.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ object[type="image/svg+xml"]:not([width]) {
104104
width: fit-content;
105105
}
106106

107+
.hide,
108+
.is-hidden {
109+
display: none !important;
110+
}
111+
107112
::placeholder {
108113
opacity: 0.5;
109114
}

0 commit comments

Comments
 (0)