mirror of https://github.com/vector-im/riot-web
tg hoverover
parent
1798bff8f5
commit
b65ee5f28e
|
@ -83,6 +83,12 @@
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-family: PostGrotesk-Medium, Arial, Helvetica, Sans-Serif;
|
font-family: PostGrotesk-Medium, Arial, Helvetica, Sans-Serif;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
opacity: 1.0;
|
||||||
|
transition: opacity .2s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_HomePage_telegram a:hover {
|
||||||
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_HomePage_room .mx_HomePage_icon {
|
.mx_HomePage_room .mx_HomePage_icon {
|
||||||
|
|
|
@ -77,6 +77,13 @@ limitations under the License.
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
opacity: 1.0;
|
||||||
|
transition: opacity .2s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_StatusLogin_footer_cta:hover {
|
||||||
|
opacity: 0.5;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
// overrides of .mx_Login
|
// overrides of .mx_Login
|
||||||
|
|
Loading…
Reference in New Issue