أنا متأكد من أن الأمر لم يكن كذلك من قبل ؛ قد يكون تأثيرًا جانبيًا لتحويل القائمة اللاحقة إلى Glimmer (غير متأكد). أيضًا، لا ترى المشكلة على الفور لأن إضافة الردود مثبتة غالبًا.
التباين البصري عند التحويم لا يبدو جيدًا. (يحدث فقط عند الإعجاب)
حجم الرقم المعلق يجعل التباين في الارتفاع على الأزرار قليلاً. قد تحتاج إلى ضبط الحشو/الحجم.
أخيرًا، أقل وضوحًا. إذا قمت بتوحيد الأزرار، أعتقد أنها ستبدو أفضل/متسقة بدون نصف القطر في المنتصف.
مقابل
تم الاختبار بدون إضافات وعلى أحدث إصدار من Discourse.
5 إعجابات
يبدو أن هذا يسبق إصدار Glimmer للقائمة، ولكن هناك بالفعل بعض التناقضات هنا يمكننا تنظيفها. شكرًا لك على الإبلاغ عنها!
5 إعجابات
هذا يجب أن يحل كلتا المشكلتين، وبعض المشكلات الأخرى التي لاحظتها
main ← ux-post-action-menu
opened 08:37PM - 31 Jan 25 UTC
Related to https://meta.discourse.org/t/double-button-inconsistencies-post-menu/… 349845
This does some general clean up...
* **Moves shared mobile/desktop styles into /common**
We had some mobile hover states for some reason, and desktop hover/focus states can be moved to common and gated with `.discourse-no-touch`... this means we're applying them on capabilities rather than device type
* **Adds some `-d-post-control-` variables to make theming easier**
Theme authors can replace the variables without worrying about selector specificity
* **Removes an overridden fade-out class from likes**
We were overriding the effect here anyway
* **Fixes a janky hover transition effect on the like button**
This was being incorrectly inherited from another button
...and fixes some issues
* **Corrects border radius on double buttons (likes, flags)**

* **Corrects double button height issues for flags**

* **Adjusts the flag count to avoid the lumpy circle CSS problem**

* **Removes lingering post-tap focus/hover states on mobile by applying `.discourse-no-touch` and `focus-visible`**
Tested both glimmer and legacy.
إعجابَين (2)