mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-16 20:40:39 +02:00
hover d-flex/block
This commit is contained in:
@@ -165,13 +165,16 @@
|
||||
}
|
||||
|
||||
.hover-parent {
|
||||
.hover-display {
|
||||
.hover-d-block, .hover-d-flex {
|
||||
display: none!important;
|
||||
}
|
||||
&:hover {
|
||||
.hover-display {
|
||||
.hover-d-block {
|
||||
display: block!important;
|
||||
}
|
||||
.hover-d-flex {
|
||||
display: flex!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user