Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Time

Item

Presenter

Notes

Discussion

Vladyslav Zadorozhnii

Open issues

Vladyslav Zadorozhnii

https://github.com/openedx/paragon/issues/2458

long name for SCSS variables

Vladyslav Zadorozhnii Peter Kulko

https://github.com/openedx/paragon/pull/2377
In the tabs there are variables:

Code Block
$tab-inverse-pills-link-dropdown-toggle-focus-border-color: $tab-inverse-pills-link-dropdown-toggle-focus-bg !default;
$tab-inverse-pills-link-dropdown-toggle-active-color: $tab-inverse-pills-link-dropdown-toggle-focus-color !default;
$tab-inverse-pills-link-dropdown-toggle-active-hover-color: $tab-inverse-pills-link-dropdown-toggle-focus-bg !default;

Can we reduce length? Or maybe use without variable in such case

Icon fill

Vladyslav Zadorozhnii

https://github.com/openedx/paragon/issues/2388
What are next steps?

commoncommons.css

Peter Kulko

alpha (and master), when developing locally, a <link rel="stylesheet" href="/commons.css"> file appears in the head tag. In the case of alpha, for example, it overrides the border-color-lavel variables

...