mirror of
https://github.com/flarum/core.git
synced 2025-08-09 09:57:06 +02:00
Allow ActionButtons to be disabled
This commit is contained in:
@@ -38,6 +38,12 @@
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
|
||||
&.disabled {
|
||||
cursor: default;
|
||||
text-decoration: none;
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
& .btn {
|
||||
margin: -10px;
|
||||
|
Reference in New Issue
Block a user