adjustments to block output when no tickers are available

Always show the first label and display spinner or message below.
This commit is contained in:
2019-11-24 17:26:26 +01:00
parent dd074293a7
commit 61a3e4a104
2 changed files with 28 additions and 11 deletions

View File

@ -1,7 +1,9 @@
div.wp-block-scliveticker-ticker div.components-base-control:first-child label {
div.wp-block-scliveticker-ticker div.components-base-control:first-child label,
div.wp-block-scliveticker-ticker .label {
font-weight: 600;
}
div.wp-block-scliveticker-ticker .label > .dashicon,
div.wp-block-scliveticker-ticker div.components-base-control:first-child label > .dashicon {
margin-right: 8px;
}