mirror of
https://gitlab.com/Alamantus/Readlebee.git
synced 2025-06-30 21:24:18 +02:00
Make hidden
attribute force display:none
This commit is contained in:
parent
fe7305164b
commit
9823ae8290
1 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,11 @@ nav {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// For some reason, hidden is not important by default!
|
||||||
|
[hidden] {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.pseudo[data-tooltip]::after {
|
.pseudo[data-tooltip]::after {
|
||||||
background-color: $picnic-black;
|
background-color: $picnic-black;
|
||||||
color: $picnic-white;
|
color: $picnic-white;
|
||||||
|
@ -165,6 +170,9 @@ th {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Handy Utilities
|
// Handy Utilities
|
||||||
|
.marginless {
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
||||||
.paddingless {
|
.paddingless {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue