mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-27 05:31:04 +00:00
重构基本框架
This commit is contained in:
34
styles/public/input.scss
Normal file
34
styles/public/input.scss
Normal file
@@ -0,0 +1,34 @@
|
||||
// Made by Luting ^-^
|
||||
input,
|
||||
textarea,
|
||||
.ui.input input,
|
||||
.ui.form input:not([type]),
|
||||
.ui.form select,
|
||||
.ui.form textarea,
|
||||
.ui.form input[type="date"],
|
||||
.ui.form input[type="datetime-local"],
|
||||
.ui.form input[type="email"],
|
||||
.ui.form input[type="file"],
|
||||
.ui.form input[type="number"],
|
||||
.ui.form input[type="password"],
|
||||
.ui.form input[type="search"],
|
||||
.ui.form input[type="tel"],
|
||||
.ui.form input[type="text"],
|
||||
.ui.form input[type="time"],
|
||||
.ui.form input[type="url"],
|
||||
.ui.selection.dropdown {
|
||||
background: unset;
|
||||
|
||||
&:hover {
|
||||
background: unset;
|
||||
}
|
||||
|
||||
&:focus,
|
||||
&:focus-visible {
|
||||
background: unset !important;
|
||||
border-radius: var(--border-radius);
|
||||
border-color: #1f6feb;
|
||||
outline: none;
|
||||
box-shadow: inset 0 0 0 1px #1f6feb;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user