mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
portico: Reorder button selectors in preparation for SCSS nesting.
This commit is contained in:
@@ -160,6 +160,13 @@ button {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
button.green {
|
||||
color: hsl(0, 0%, 100%);
|
||||
background-color: hsl(170, 47%, 53%);
|
||||
|
||||
border: 1px solid hsl(169, 45%, 43%);
|
||||
}
|
||||
|
||||
button.green:hover {
|
||||
-webkit-filter: brightness(1.05);
|
||||
-moz-filter: brightness(1.05);
|
||||
@@ -172,18 +179,6 @@ button.green:active {
|
||||
filter: brightness(0.95);
|
||||
}
|
||||
|
||||
button:active {
|
||||
background-color: hsl(0, 0%, 98%);
|
||||
border: 1px solid hsl(0, 0%, 73%);
|
||||
}
|
||||
|
||||
button.green {
|
||||
color: hsl(0, 0%, 100%);
|
||||
background-color: hsl(170, 47%, 53%);
|
||||
|
||||
border: 1px solid hsl(169, 45%, 43%);
|
||||
}
|
||||
|
||||
button.black-disabled {
|
||||
cursor: default;
|
||||
color: hsl(0, 0%, 20%);
|
||||
@@ -191,6 +186,11 @@ button.black-disabled {
|
||||
border: 1px solid hsl(0, 0%, 53%);
|
||||
}
|
||||
|
||||
button:active {
|
||||
background-color: hsl(0, 0%, 98%);
|
||||
border: 1px solid hsl(0, 0%, 73%);
|
||||
}
|
||||
|
||||
/* -- navbar styling -- */
|
||||
|
||||
nav {
|
||||
|
||||
Reference in New Issue
Block a user