mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Add hover background color to SSO buttons (#7500)
This commit is contained in:
parent
4854a53b74
commit
368085982f
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue