|
|
@ -40,6 +40,16 @@ |
|
|
|
cursor: default; |
|
|
|
cursor: default; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&::-moz-focus-inner { |
|
|
|
|
|
|
|
border: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&::-moz-focus-inner, |
|
|
|
|
|
|
|
&:focus, |
|
|
|
|
|
|
|
&:active { |
|
|
|
|
|
|
|
outline: 0 !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&.button-primary, |
|
|
|
&.button-primary, |
|
|
|
&.button-alternative, |
|
|
|
&.button-alternative, |
|
|
|
&.button-secondary, |
|
|
|
&.button-secondary, |
|
|
@ -666,6 +676,16 @@ |
|
|
|
background: lighten($action-button-color, 7%); |
|
|
|
background: lighten($action-button-color, 7%); |
|
|
|
text-decoration: none; |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&::-moz-focus-inner { |
|
|
|
|
|
|
|
border: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&::-moz-focus-inner, |
|
|
|
|
|
|
|
&:focus, |
|
|
|
|
|
|
|
&:active { |
|
|
|
|
|
|
|
outline: 0 !important; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.status__content__text { |
|
|
|
.status__content__text { |
|
|
@ -3899,6 +3919,10 @@ a.status-card { |
|
|
|
top: 10px; |
|
|
|
top: 10px; |
|
|
|
width: 48px; |
|
|
|
width: 48px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.status__content__spoiler-link { |
|
|
|
|
|
|
|
color: lighten($ui-secondary-color, 8%); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.actions-modal { |
|
|
|
.actions-modal { |
|
|
|