DMOJ / online-judge

A modern open-source online judge and contest platform system.
https://dmoj.ca
GNU Affero General Public License v3.0
951 stars 364 forks source link

Fix user table CSS #2308

Closed int-y1 closed 10 months ago

int-y1 commented 10 months ago

Fix CSS highlighting bug in the user table. Compare https://dmoj.ca/users/#!BalintR with https://dmoj.ca/users/#!zhouzixiang2004

Decrease the CSS specificity of the row stripes. This allows the yellow highlight to take priority.

codecov-commenter commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (19e7a09) 46.84% compared to head (27f0c6e) 46.84%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2308 +/- ## ======================================= Coverage 46.84% 46.84% ======================================= Files 250 250 Lines 13275 13275 ======================================= Hits 6219 6219 Misses 7056 7056 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.