mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-22 15:15:34 +00:00
Button for selected screen looks 'selected', not 'disabled'
This commit is contained in:
@@ -46,6 +46,13 @@ button:disabled {
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
button.selected {
|
||||
cursor: auto;
|
||||
color: black;
|
||||
border-color: black;
|
||||
border-width: 2px;
|
||||
}
|
||||
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user