mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-20 05:51:08 +02:00
Add hover background color to SSO buttons (#7500)
This commit is contained in:
parent
4854a53b74
commit
368085982f
@ -45,6 +45,10 @@ limitations under the License.
|
||||
}
|
||||
}
|
||||
|
||||
.mx_SSOButton:hover {
|
||||
background-color: $panel-hover;
|
||||
}
|
||||
|
||||
.mx_SSOButton_default {
|
||||
color: $accent;
|
||||
background-color: $button-secondary-bg-color;
|
||||
|
Loading…
x
Reference in New Issue
Block a user