Skip to content

Commit

Permalink
Makes notification labels, buttons behave more appropriately.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansampson committed Dec 24, 2016
1 parent bc838f8 commit b52eb12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions less/notificationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
padding: 0 10px 0 0;
color: #666;
cursor: pointer;
-webkit-user-select: none;
}

input[type="checkbox"] {
Expand All @@ -65,6 +66,7 @@
padding: 2px 15px;
text-transform: capitalize;
width: auto;
-webkit-user-select: none;
}

.greeting {
Expand All @@ -81,6 +83,7 @@
margin: auto 0;
user-select: none;
-webkit-user-select: none;
cursor: default;

&.secondary {
color: #888;
Expand Down

0 comments on commit b52eb12

Please sign in to comment.