mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
fix: multiple small style fixes/improvements (#316)
* fix(ui-nav): use selected ring and remove item margin override * fix(listings): format prices as 1.234,50 € with tabular numerals * fix(listings): align watchlist star button styles * fix(version-banner): set margin-bottom to 16px * fix(ui-nav): keep selected ring with focus reset * fix(listings): right-align price values * fix(listings): remove cart icon from price display * fix(listings): format detail price with shared formatter * revert(listings): restore grid tile layout from master Drop watchlist/actions restyle on grid cards.
This commit is contained in:
@@ -112,9 +112,9 @@
|
||||
|
||||
.semi-navigation-item {
|
||||
border-radius: @radius-btn !important;
|
||||
border: 1px solid transparent !important;
|
||||
color: @color-muted !important;
|
||||
transition: background @transition-fast, color @transition-fast !important;
|
||||
margin: 2px 8px !important;
|
||||
transition: background @transition-fast, color @transition-fast, border-color @transition-fast !important;
|
||||
|
||||
&:hover {
|
||||
color: @color-text !important;
|
||||
@@ -123,7 +123,7 @@
|
||||
&.semi-navigation-item-selected,
|
||||
&[aria-selected="true"] {
|
||||
background: rgba(224,74,56,0.12) !important;
|
||||
border: 1px solid rgba(224,74,56,0.25) !important;
|
||||
border-color: rgba(224,74,56,0.25) !important;
|
||||
color: @color-text !important;
|
||||
|
||||
.semi-navigation-item-icon {
|
||||
|
||||
Reference in New Issue
Block a user