mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2024-12-18 05:41:56 +00:00
clean some css
This commit is contained in:
parent
a9cdc16f2a
commit
e885b903cd
3 changed files with 3 additions and 18 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -27,11 +27,12 @@
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
:where(.gridstack > * > *) {
|
||||
.gridstack > * > * {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.gridstack > :where([hidden], [hidden] > *) {
|
||||
.gridstack > [hidden],
|
||||
.gridstack > [hidden] > * {
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,3 @@
|
|||
.is-disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
[v-cloak] {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue