mirror of
https://github.com/formax68/memoChron.git
synced 2026-07-22 12:30:31 +00:00
button styling
This commit is contained in:
parent
186a9f0d20
commit
cfb17fed60
1 changed files with 0 additions and 21 deletions
21
styles.css
21
styles.css
|
|
@ -40,27 +40,6 @@ If your plugin does not need CSS, delete this file.
|
|||
gap: var(--memochron-gap);
|
||||
}
|
||||
|
||||
.memochron-nav button {
|
||||
all: unset;
|
||||
cursor: pointer;
|
||||
color: var(--color-arrow);
|
||||
font-size: 0.9em;
|
||||
padding: var(--memochron-padding-xs) var(--memochron-padding-sm);
|
||||
border-radius: var(--radius-s);
|
||||
transition: color 0.1s ease, background-color 0.1s ease;
|
||||
user-select: none;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.memochron-nav button:hover,
|
||||
.memochron-nav button:focus {
|
||||
color: var(--text-normal);
|
||||
background-color: var(--background-modifier-hover);
|
||||
outline: 2px solid var(--interactive-accent);
|
||||
outline-offset: 1px;
|
||||
}
|
||||
|
||||
.memochron-nav-link {
|
||||
cursor: pointer;
|
||||
color: var(--color-arrow);
|
||||
|
|
|
|||
Loading…
Reference in a new issue