1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +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; overflow: hidden;
padding: 0 12px; padding: 0 12px;
text-overflow: ellipsis; text-overflow: ellipsis;
text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
white-space: nowrap; white-space: nowrap;
} }

View file

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

View file

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

View file

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

View file

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

View file

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