1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

Remove text-shadow everywhere

This commit is contained in:
Maksim Eltyshev 2020-05-27 12:50:37 +05:00
parent 06f484dc72
commit ad7209b055
6 changed files with 0 additions and 7 deletions

View file

@ -165,7 +165,6 @@
overflow: hidden;
padding: 0 12px;
text-overflow: ellipsis;
text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
white-space: nowrap;
}

View file

@ -22,6 +22,5 @@
outline: none;
overflow: hidden;
text-overflow: ellipsis;
text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
white-space: nowrap;
}

View file

@ -20,7 +20,6 @@
position: absolute;
right: 6px;
text-align: center;
text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
top: 0;
transform: rotate(-135deg);
width: 36px;

View file

@ -22,7 +22,6 @@
position: relative;
text-align: left !important;
text-overflow: ellipsis;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2) !important;
}
.labelButton:hover {
@ -38,7 +37,6 @@
position: absolute;
right: 2px;
text-align: center;
text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
transform: rotate(-135deg);
width: 36px;
}

View file

@ -31,7 +31,6 @@
position: absolute;
right: 2px;
text-align: center;
text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
transform: rotate(-135deg);
width: 36px;
}

View file

@ -28,7 +28,6 @@
position: absolute;
right: 2px;
text-align: center;
text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
transform: rotate(-135deg);
width: 36px;
}