-
Notifications
You must be signed in to change notification settings - Fork 131
Blur Theme update #1624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Blur Theme update #1624
Conversation
Changed the color of the avatar background to a transparent blackish color from Tumblr's dark blue.
Only works on browsers that support the `backdrop-filter` CSS property, which as of right now is only Edge/Safari, but you can enable it on Chrome by enabling the [Experiemental Web Platform Features Flag](chrome://flags/#enable-experimental-web-platform-features).
AprilSylph
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs version bump
|
In the blur.css itself? |
Add more widespread glass effects utilising backdrop-filter blurs, as well as some general fixes. Changed to a new background.
|
Version bumped to 3.0.0, further changes and fixes made, including better/more widespread glass effects. |
Tumblr made some changes to implement some ugly dark blue monstrosity that broke this theme, so in the laziest way possible, I fixed it with the CSS equivalent of a big 'fuck off'. Theme should now be compatible with all the '.flag--accessibility-design-update' Jan 2019 changes.
Because, y'know, I keep forgetting.
|
Version bumped to 3.5.0, added some |
As requested, all changes since the theme's initial release are now condensed into one version bump from 1.0.0 -> 2.0.0
|
Pulled the version back down to 2.0.0 as requested! |
Fixed Publish Draft overlay. Changed accent colour from that magenta colour to cyan. Changed active button's colours and styles to look nicer and reflect new accent colour.
|
Further updates to fix Publish Draft overlays and change the accent colours/buttons to something nicer. |
- Add glass to confirmation dialogues to discard posts.
- Fix colour of confirmation dialogue option boxes again; colour previously only applied to 'active' state
- Removed: post-container { background: transparent !important; } so as to prevent pop-up dialogues from having no visible background
Fix dog-ear transparency, change Reblog overlay colour to black, add light drop-shadow to avatars. Add actual blue too header container via the
backdrop-filterCSS property, which can be enabled on chrome via the Experiemental Web Platform Features Flag.