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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user