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:
@@ -131,14 +131,14 @@
|
|||||||
}
|
}
|
||||||
.Button--link {
|
.Button--link {
|
||||||
color: @control-color;
|
color: @control-color;
|
||||||
background: none;
|
background: unset !important;
|
||||||
|
|
||||||
&:active,
|
&:active,
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
color: @link-color;
|
color: @link-color;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background: none;
|
background: unset !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.Button--reset {
|
.Button--reset {
|
||||||
|
Reference in New Issue
Block a user