forked from matrix/element-web
Explanatory text about specificity
This commit is contained in:
parent
8fd12d530d
commit
2ee1a9c440
|
@ -79,6 +79,8 @@ limitations under the License.
|
||||||
border-right: 10px solid transparent;
|
border-right: 10px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Because the specificity of this and the above ".mx_RoomTile_highlight .mx_RoomTile_badge:after"
|
||||||
|
style are the same, this style needs to be AFTER it to take effect when matched */
|
||||||
.collapsed .mx_RoomTile_badge:after {
|
.collapsed .mx_RoomTile_badge:after {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue