django-cms / djangocms-admin-style

django CMS Admin Style is a Django Theme tailored to the needs of django CMS.
http://www.django-cms.org/
Other
411 stars 116 forks source link

fix: pagetree dropdown cross styling #487

Closed fsbraun closed 1 year ago

fsbraun commented 1 year ago

This PR removes an !important statement on the base styling of links so that other styles can overwrite it, e.g. for use of <a> tag in dropdowns.

codecov[bot] commented 1 year ago

Codecov Report

Merging #487 (b2ac265) into master (a283f17) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #487   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           33        33           
  Branches         3         3           
=========================================
  Hits            33        33           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.