Apply 50% opacity to the checkmark when there is no status
This commit is contained in:
parent
7efd82f713
commit
7b0766a303
3 changed files with 12 additions and 3 deletions
|
@ -28,6 +28,10 @@ limitations under the License.
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.mx_StatusMessageContextMenu_submitFaded {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.mx_StatusMessageContextMenu_submit img {
|
||||
vertical-align: middle;
|
||||
margin-left: 8px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue