Task/colors 11 (#7211)
This commit is contained in:
parent
6d3865bdd5
commit
9db0ebb7f5
28 changed files with 66 additions and 104 deletions
|
@ -120,7 +120,7 @@ limitations under the License.
|
|||
|
||||
.mx_RoomSublist_auxButton:hover,
|
||||
.mx_RoomSublist_menuButton:hover {
|
||||
background: $roomlist-button-bg-color;
|
||||
background: $panel-actions;
|
||||
}
|
||||
|
||||
// Hide the menu button by default
|
||||
|
@ -304,7 +304,7 @@ limitations under the License.
|
|||
width: 32px !important; // !important to override hover styles
|
||||
height: 32px !important; // !important to override hover styles
|
||||
margin-left: 0 !important; // !important to override hover styles
|
||||
background-color: $roomlist-button-bg-color;
|
||||
background-color: $panel-actions;
|
||||
margin-top: 8px;
|
||||
|
||||
&::before {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue