css: hide buttons with a hidden attribute (#61924)

This commit is contained in:
Frédéric Péters 2022-02-17 15:54:28 +01:00
parent 0dcaeb1065
commit 0c9b53ceac
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ a.button {
%button {
display: inline-block;
&[hidden] {
display: none;
}
padding: 5px 15px;
cursor: pointer;
border: 0px solid #aaa;