Fix CSS selectors after update#8806
Conversation
|
It may also be a good idea to wrap the pause icon in a |
mxmou
left a comment
There was a problem hiding this comment.
This fixes the bugs, but there are a few additional changes that could be made to prevent them from happening again.
| margin-right: calc(0.5rem / 2); | ||
| margin-left: 0; | ||
| } | ||
| [class^="gui_flex-wrapper"] { |
There was a problem hiding this comment.
There are still many selectors in this file and others that use ^= instead of *=. I think they should all be changed (in a separate PR).
Co-authored-by: Maximouse <mxmou.mouse@gmail.com>
|
why is v1.45.0 included instead of v1.44.5? |
|
@WorldLanguages Should this be backported or are you ready to ship 1.45? You mentioned there would be a new release at the end of January in #8751 but I also understand if you are busy. |
|
@Samq64 Hi, I'll probably release a hotfix instead so that we can get it done faster. (web store reviews also take less time if there's less lines changed) |
* Fix editor-stage-left & editor-buttons-reverse-order * Fix costume drag and drop * Format code * Fix hide-delete-button * Remove element type from selectors Co-authored-by: Maximouse <mxmou.mouse@gmail.com> --------- Co-authored-by: Samq64 <Samq64@users.noreply.github.com> Co-authored-by: Maximouse <mxmou.mouse@gmail.com>
Resolves #8799
Resolves #8800
Resolves #8801
Resolves #8802
Changes
Fixes some CSS selectors after a Scratch update.
Tests
Tested on Helium.