...
 
Commits (11)
......@@ -26,6 +26,9 @@
}
}
.admin__badge + .m-tooltip--bubble {
cursor: default;
}
}
.m-channel--badges-activity{
......
......@@ -44,9 +44,25 @@ minds-graph-pie svg {
}
}
minds-button-thumbs-up a,
minds-button-thumbs-down a {
@include m-theme(){
color: themed($m-blue-grey-500);
.m-actions-block minds-button-thumbs-up,
.m-actions-block minds-button-thumbs-down,
.m-commentToolbar__buttons minds-button-thumbs-up,
.m-commentToolbar__buttons minds-button-thumbs-down,
minds-button-thumbs-up,
minds-button-thumbs-down {
a {
@include m-theme(){
color: themed($m-blue-grey-500);
}
&:hover {
@include m-theme(){
color: themed($m-blue-grey-800);
}
}
}
.selected:hover {
@include m-theme(){
color: rgba(themed($m-blue-dark),0.9) !important;
}
}
}
\ No newline at end of file
......@@ -89,11 +89,18 @@
&.m-clickable {
@include m-theme(){
color: themed($m-grey-600);
color: themed($m-blue-grey-500);
}
.material-icons {
margin-top: -2px;
}
&:hover {
@include m-theme(){
color: themed($m-blue-grey-700);
}
}
span {
vertical-align: middle;
line-height: 16px;
......@@ -154,7 +161,7 @@
&:hover {
@include m-theme(){
color: themed($m-grey-200);
color: themed($m-grey-600);
}
}
......@@ -192,6 +199,12 @@
color: themed($m-grey-400);
}
&:hover {
@include m-theme(){
color: themed($m-grey-600);
}
}
i {
font-size: 16px;
cursor: pointer;
......
......@@ -77,7 +77,7 @@
display: inline-block;
position: relative;
margin: 4px 0 4px 8px;
> * {
display: inline-block;
margin-right: 8px;
......@@ -92,12 +92,18 @@
&.m-clickable {
@include m-theme(){
color: themed($m-grey-600);
color: themed($m-blue-grey-500);
}
.material-icons {
margin-top: -2px;
}
&:hover {
@include m-theme(){
color: themed($m-blue-grey-700);
}
}
span {
vertical-align: middle;
line-height: 16px;
......@@ -157,7 +163,7 @@
&:hover {
@include m-theme(){
color: themed($m-grey-200);
color: themed($m-grey-600);
}
}
......@@ -195,6 +201,12 @@
color: themed($m-grey-400);
}
&:hover {
@include m-theme(){
color: themed($m-grey-600);
}
}
i {
font-size: 16px;
cursor: pointer;
......
.mdl-card__actions {
a, div {
@include m-theme(){
color: themed($m-blue-grey-700);
}
&:hover {
@include m-theme(){
color: themed($m-blue-grey-900);
}
}
}
}
\ No newline at end of file
......@@ -82,6 +82,12 @@ minds-button-remind {
@include m-theme(){
background-color: themed($m-blue) !important;
}
&:hover {
@include m-theme(){
background-color: rgba(themed($m-blue-dark),0.9) !important;
}
}
}
.selected{
......@@ -122,4 +128,12 @@ minds-button-remind a {
@include m-theme(){
color: themed($m-blue-grey-500);
}
}
minds-button-comment > a,
minds-button-remind > a {
&:hover {
@include m-theme(){
color: themed($m-blue-grey-800);
}
}
}
\ No newline at end of file
......@@ -3,12 +3,18 @@
}
.m-pin-button {
overflow: visible;
.m-tooltip--bubble {
width:100px;
}
}
.m-pin-button[disabled]:hover {
@include m-theme(){
background-color: transparent;
}
}
minds-activity {
.m-owner-block--remind {
padding-bottom: 8px !important;
......@@ -117,7 +123,6 @@ minds-activity {
font-size: 10px;
display: inline-block;
vertical-align: middle;
cursor: pointer;
> * {
vertical-align: middle;
......
......@@ -304,6 +304,8 @@ minds-activity.mdl-card, minds-activity, minds-activity-preview{
}
.m-owner-block--remind{
overflow: visible;
i{
font-size: 18px;
margin-right: 12px;
......@@ -561,6 +563,12 @@ minds-activity.mdl-card, minds-activity, minds-activity-preview{
@include m-theme(){
color: themed($m-blue) !important;
}
&:hover {
@include m-theme(){
color: rgba(themed($m-blue-dark),0.9) !important;
}
}
}
i{
vertical-align: middle;
......
......@@ -108,6 +108,12 @@
vertical-align: middle;
cursor:pointer;
overflow:hidden;
&:hover {
@include m-theme{
color: themed($m-blue-grey-800) !important;
}
}
}
}
}
......@@ -36,6 +36,12 @@ m-modal-remind-composer {
position: absolute;
right: $minds-padding * 3;
bottom: $minds-padding * 3;
a:hover {
@include m-theme(){
color: themed($m-blue-grey-700);
}
}
}
}
......@@ -85,4 +91,12 @@ m-modal-remind-composer {
// }
}
.mdl-card__menu {
i:hover {
@include m-theme(){
color: themed($m-blue-grey-500) !important;
}
}
}
}
......@@ -8,7 +8,13 @@
@include m-theme(){
color: themed($m-blue);
}
&:hover {
@include m-theme(){
color: rgba(themed($m-blue-dark),0.9);
}
}
> .ion-icon {
transform: scale(1.6);
}
......