1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

Apply suggestions from code review

This commit is contained in:
David Wheatley
2021-10-17 01:06:09 +01:00
committed by GitHub
parent 11a827fdb5
commit b614373a43

View File

@@ -131,14 +131,14 @@
}
.Button--link {
color: @control-color;
background: none;
background: unset !important;
&:active,
&:hover,
&:focus {
color: @link-color;
box-shadow: none;
background: none;
background: unset !important;
}
}
.Button--reset {