mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-26 00:55:16 -07:00
fix(controller): save remaps per profile, gate modals on enabled (#69)
This commit is contained in:
+15
-1
@@ -1694,14 +1694,17 @@ iframe[id^='yomitan-popup'],
|
||||
}
|
||||
|
||||
.controller-config-badge {
|
||||
display: inline-block;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
padding: 2px 8px;
|
||||
border: 0;
|
||||
border-radius: 4px;
|
||||
font-size: 11px;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.02em;
|
||||
background: rgba(138, 173, 244, 0.12);
|
||||
color: var(--ctp-blue);
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@@ -1710,12 +1713,23 @@ iframe[id^='yomitan-popup'],
|
||||
color: var(--ctp-overlay0);
|
||||
}
|
||||
|
||||
.controller-config-reset-icon,
|
||||
.controller-config-edit-icon {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
font-size: 14px;
|
||||
color: var(--ctp-overlay0);
|
||||
cursor: pointer;
|
||||
transition: color 120ms ease;
|
||||
}
|
||||
|
||||
.controller-config-row:hover .controller-config-reset-icon,
|
||||
.controller-config-row:hover .controller-config-edit-icon {
|
||||
color: var(--ctp-overlay2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user