mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Fix background colours on big numbers without links
This commit is contained in:
@@ -45,7 +45,8 @@
|
||||
.big-number {
|
||||
padding: $gutter-half;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
background: $black;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.big-number-label {
|
||||
@@ -69,7 +70,13 @@
|
||||
margin-bottom: 5px;
|
||||
|
||||
&:hover {
|
||||
|
||||
color: $light-blue-25;
|
||||
|
||||
.big-number {
|
||||
color: $light-blue-25;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&:active,
|
||||
@@ -77,6 +84,10 @@
|
||||
outline: 3px solid $yellow;
|
||||
}
|
||||
|
||||
.big-number {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.big-number-label {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user