Conversation
|
This changes the border color to grey? The button color is primary (dark blue). |
I see your point but have to disagree. A dropdown indicator is part of a field and indicates how a user selects an option from that field. A button in a search group is a separate element (consider tab indexing). They are only really grouped for aesthetics. Consider Bootstraps default styling for these elements (same is true for most frameworks)... Personally I think the issue here is how Joomla 4s dropdowns are designed to look like form groups. Aesthetically I also think that considering the background is also often gray, at first glance the search button looks incorrectly sized. |
Hence this pull request |
|
Then apply the button background color ( The grey border is lost on the grey background and just looks like the button is 2px smaller than the input. |
Then it would apply to all buttons and not just this appended button
I dont see that |
As it should. We don't need to micro style the button for every single use case. It just results in bloated, difficult to maintain css. Not to mention an irregular design across the ui. The whole point of using bootstrap was to avoid this. |
|
So I can't "micro style" but everyone else can :sigh: |
|
Seems like we can't discuss the best approach here either. Do as you wish. I'm out. |
|
I have tested this item ✅ successfully on a8bc8be This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27241. |
As the atum scss for searchtools was moved recently this PR is a redo of joomla#27240 and joomla#27241
|
Closed see #27458 |


Summary of Changes
The border colour of the appended button on the search button in the admin should not have a different colour to the rest of the button
Before
After