xmera-circle / redmine_workload

[Fork] Calculate user workload over time
6 stars 3 forks source link

style.ccs - border not dashed correctly for holiday.today #29

Closed mboremski closed 1 year ago

mboremski commented 1 year ago

Today we have: https://github.com/xmera-circle/redmine_workload/blob/753bc8c14184cf1dfb742e838b0763c9f5b284f5/assets/stylesheets/style.css#L315-L318

border-left: 2px solid red; leads to this inconsistency in visualisation if someone has holliday: grafik

We should change to the same format like here: https://github.com/xmera-circle/redmine_workload/blob/753bc8c14184cf1dfb742e838b0763c9f5b284f5/assets/stylesheets/style.css#L269-L273

@liaham, if OK four you I would change that directly in develop?

mboremski commented 1 year ago

@liaham, this line should have been removed: https://github.com/xmera-circle/redmine_workload/blob/develop/assets/stylesheets/style.css#L318 🙈

liaham commented 1 year ago

@mboremski Makes sense!