Last active
November 15, 2022 21:02
-
-
Save kizu/77ad6107125b86fe6d20725d2a419fc4 to your computer and use it in GitHub Desktop.
Mastodon absent image description styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.compose-form:has(.compose-form__upload__warning) .compose-form__publish .button, | |
.compose-form__upload__warning .icon-button { | |
border: medium dashed red; | |
} | |
.compose-form__upload-thumbnail:has(.compose-form__upload__warning) .compose-form__upload__actions .icon-button:has(.fa-pencil) { | |
border: medium dashed lime; | |
} | |
.compose-form:has(.compose-form__upload__warning) .compose-form__publish::before { | |
content: "Please, add an image description!"; | |
padding: 1em; | |
align-self: center; | |
margin-top: 15px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment