Recover thunar root user warning

Fixes #27
This commit is contained in:
Daniel Ruiz de Alegría 2020-01-16 01:17:35 +01:00
parent 3429f05e49
commit 85257bbe4a
4 changed files with 0 additions and 25 deletions

View File

@ -4869,12 +4869,6 @@ wnck-pager {
wnck-pager:hover {
background-color: black; }
/* Thunar */
.thunar .warning {
opacity: 0;
font-size: 0;
margin: -10px 0; }
/* GTK NAMED COLORS
----------------
use responsibly! */

View File

@ -4869,12 +4869,6 @@ wnck-pager {
wnck-pager:hover {
background-color: black; }
/* Thunar */
.thunar .warning {
opacity: 0;
font-size: 0;
margin: -10px 0; }
/* GTK NAMED COLORS
----------------
use responsibly! */

View File

@ -4890,12 +4890,6 @@ wnck-pager {
wnck-pager:hover {
background-color: #cccccc; }
/* Thunar */
.thunar .warning {
opacity: 0;
font-size: 0;
margin: -10px 0; }
/* GTK NAMED COLORS
----------------
use responsibly! */

View File

@ -52,10 +52,3 @@ wnck-pager {
&:hover { background-color: darken($bg_color, 20%); }
}
/* Thunar */
// Hide root user warning
.thunar .warning {
opacity: 0;
font-size: 0;
margin: -10px 0;
}