mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 14:13:37 +08:00
Add Button--text class to create buttons that look like muted text
e.g. post actions
This commit is contained in:
parent
b698000739
commit
e21cb63b11
|
@ -139,6 +139,19 @@
|
|||
color: @link-color;
|
||||
}
|
||||
}
|
||||
.Button--text {
|
||||
background: transparent !important;
|
||||
padding: 0;
|
||||
color: @muted-color !important;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
&:active,
|
||||
&.active {
|
||||
.box-shadow(none);
|
||||
}
|
||||
}
|
||||
.Button--primary {
|
||||
.Button--color(@body-bg, @primary-color);
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in New Issue
Block a user