You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
Make the Add option button look disabled when it is (#7164)
This commit is contained in:
@@ -67,4 +67,8 @@ limitations under the License.
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin-bottom: 40px; // arbitrary to create scrollable area under the poll
|
margin-bottom: 40px; // arbitrary to create scrollable area under the poll
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_AccessibleButton_disabled {
|
||||||
|
opacity: 0.4;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user