mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
TabWrapper background change
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
margin-bottom: 20px;
|
||||
cursor: pointer;
|
||||
align-items: center;
|
||||
background: $light_background;
|
||||
background: white;
|
||||
color: $text;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
@@ -79,7 +79,7 @@
|
||||
padding: 8px;
|
||||
|
||||
&.active {
|
||||
background: #E8E9EB;
|
||||
background: $light_background;
|
||||
|
||||
.tab-title {
|
||||
color: $text;
|
||||
|
||||
Reference in New Issue
Block a user