1
0
Fork 0
mirror of https://github.com/GuerillaStudio/compteur-de-greve.git synced 2024-10-09 05:19:02 +00:00

clean some css

This commit is contained in:
Tixie 2023-03-02 07:50:28 +01:00
parent a9cdc16f2a
commit e885b903cd
3 changed files with 3 additions and 18 deletions

View file

@ -78,15 +78,3 @@ button {
:where(ul, ol)[role="list"] {
list-style: none;
}
// divers
// --------------------------------------------------------------
hr {
display: block;
height: 0.1rem;
padding: 0;
border: 0;
border-top: 0.1rem solid #ccc;
margin: 1em 0;
}

View file

@ -27,11 +27,12 @@
opacity: 1;
}
:where(.gridstack > * > *) {
.gridstack > * > * {
opacity: 1;
}
.gridstack > :where([hidden], [hidden] > *) {
.gridstack > [hidden],
.gridstack > [hidden] > * {
opacity: 0;
visibility: hidden;
}

View file

@ -5,7 +5,3 @@
.is-disabled {
cursor: not-allowed;
}
[v-cloak] {
display: none !important;
}