mirror of https://github.com/status-im/consul.git
ui: Replace file-mask with file-text icon usage on policy list (#14275)
This commit is contained in:
parent
3b993f2da7
commit
cdc6fd89d3
|
@ -12,6 +12,7 @@ node_modules
|
|||
.pnp*
|
||||
.sass-cache
|
||||
.DS_Store
|
||||
.tool-versions
|
||||
connect.lock
|
||||
coverage
|
||||
coverage_*
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
}
|
||||
|
||||
%composite-row-detail .policy::before {
|
||||
@extend %with-file-fill-mask, %as-pseudo;
|
||||
@extend %with-file-text-mask, %as-pseudo;
|
||||
margin-right: 3px;
|
||||
}
|
||||
%composite-row-detail .role::before {
|
||||
|
|
|
@ -330,7 +330,7 @@
|
|||
// @import './file-minus/index.scss';
|
||||
// @import './file-plus/index.scss';
|
||||
// @import './file-source/index.scss';
|
||||
// @import './file-text/index.scss';
|
||||
@import './file-text/index.scss';
|
||||
// @import './file-x/index.scss';
|
||||
// @import './files/index.scss';
|
||||
// @import './film/index.scss';
|
||||
|
|
Loading…
Reference in New Issue