Starting InlineEdit component
This commit is contained in:
20
frontend/src/components/InlineEdit/index.module.scss
Executable file
20
frontend/src/components/InlineEdit/index.module.scss
Executable file
@@ -0,0 +1,20 @@
|
||||
@use "../../vars" as *;
|
||||
@use "../../index.scss" as *;
|
||||
|
||||
.click_to_edit {
|
||||
background-color: #1B1B1B;
|
||||
border: 0;
|
||||
padding: 5px 8px;
|
||||
min-width: 10px;
|
||||
user-select: none;
|
||||
border-radius: 13px;
|
||||
}
|
||||
|
||||
.click_to_edit:hover {
|
||||
cursor: text;
|
||||
background-color: #1B1B1B;
|
||||
}
|
||||
|
||||
.click_to_edit:focus {
|
||||
outline: none;
|
||||
}
|
||||
Reference in New Issue
Block a user