Commit 24c376d8 authored by Nikolay Gromov's avatar Nikolay Gromov

Рефакторинг: field-file

parent 0c0cfdef
...@@ -43,6 +43,11 @@ ...@@ -43,6 +43,11 @@
text-overflow: ellipsis; text-overflow: ellipsis;
cursor: pointer; cursor: pointer;
@at-root input:disabled ~ & {
background: $gray-lighter;
cursor: not-allowed;
}
&:before { &:before {
content: attr(data-button-text); content: attr(data-button-text);
display: block; display: block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment