You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
Add hover background color to SSO buttons (#7500)
This commit is contained in:
@@ -45,6 +45,10 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_SSOButton:hover {
|
||||||
|
background-color: $panel-hover;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_SSOButton_default {
|
.mx_SSOButton_default {
|
||||||
color: $accent;
|
color: $accent;
|
||||||
background-color: $button-secondary-bg-color;
|
background-color: $button-secondary-bg-color;
|
||||||
|
Reference in New Issue
Block a user