etclabscore / etclabscore/core-pool-interface

Fix blurred font on right drawer

Open
#20 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vue
Stars
8
Forks
18
PR merge metrics
No merged PRs in 30d

Description

The right drawer needs some CSS optimisation, as after hide and reveal back the font is blurred.
You can check the main content and the right drawer's text in the attached image. The text is not blurred before hiding the drawer.

Adding `translateZ` in the animations seems to help, but haven't tried it properly from the **Chrome** dev tools.

```
.v-navigation-drawer {
transform: translateZ(0) translateX(0%);
}
```

> Apparently it has to be added in the JS animation for when drawer is opened.

![image](https://user-images.githubusercontent.com/802700/102819889-fe1b4c00-43dc-11eb-8ce8-45d288805d68.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.