Strip non-layout CSS to remain as style-agnostic as possible!
This commit is contained in:
parent
a022a4b9a6
commit
f0e990034d
9 changed files with 1 additions and 30 deletions
|
@ -1,12 +1,9 @@
|
|||
.mx_RoomTile {
|
||||
height: 20px;
|
||||
background-color: #ddd;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
padding: 5px;
|
||||
cursor: pointer;
|
||||
border: 2px solid white;
|
||||
transition: background-color 0.1s ease;
|
||||
}
|
||||
|
||||
.mx_RoomTile.selected {
|
||||
|
@ -32,5 +29,4 @@
|
|||
}
|
||||
|
||||
.mx_RoomTile:hover {
|
||||
background-color: #ff8;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue