Lzy01241010 commited on
Commit
6240588
·
1 Parent(s): d551235

Memory Strategy radio: drop selected-state highlight; only the dot signals selection

Browse files
Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -702,22 +702,13 @@ gradio-app > div {
702
  transition: border-color 120ms ease, background 120ms ease;
703
  }
704
  #quest-memory-strategy label:hover {
705
- border-color: var(--q-accent-line) !important;
706
- background: var(--q-accent-soft) !important;
707
  }
708
  #quest-memory-strategy input[type="radio"] {
709
  accent-color: var(--q-accent) !important;
710
  width: 16px !important;
711
  height: 16px !important;
712
  }
713
- #quest-memory-strategy label.selected,
714
- #quest-memory-strategy input[type="radio"]:checked + span,
715
- #quest-memory-strategy label:has(input[type="radio"]:checked) {
716
- border-color: var(--q-accent) !important;
717
- background: var(--q-accent-soft) !important;
718
- color: var(--q-text) !important;
719
- font-weight: 600 !important;
720
- }
721
 
722
  /* Slider head input (the "[6 ↺]" / "[1 ↺]" pill next to the slider track):
723
  the global input rule paints a 1px border on it, which looks like a stray
 
702
  transition: border-color 120ms ease, background 120ms ease;
703
  }
704
  #quest-memory-strategy label:hover {
705
+ border-color: var(--q-line-strong) !important;
 
706
  }
707
  #quest-memory-strategy input[type="radio"] {
708
  accent-color: var(--q-accent) !important;
709
  width: 16px !important;
710
  height: 16px !important;
711
  }
 
 
 
 
 
 
 
 
712
 
713
  /* Slider head input (the "[6 ↺]" / "[1 ↺]" pill next to the slider track):
714
  the global input rule paints a 1px border on it, which looks like a stray