We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d38b9 commit 01f301dCopy full SHA for 01f301d
src/css/tabs/configuration.less
@@ -143,8 +143,8 @@
143
.btn {
144
padding: 0.15rem 0.5rem;
145
font-size: 10px;
146
- border: 1px solid #ccc;
147
- background: #f5f5f5;
+ border: 1px solid var(--surface-400);
+ background: var(--primary-300);
148
cursor: pointer;
149
border-radius: 999px;
150
white-space: nowrap;
@@ -156,12 +156,12 @@
156
background-color 200ms;
157
158
&:hover {
159
- background: #e9e9e9;
160
- border-color: #999;
+ background: var(--primary-500);
+ border-color: var(--surface-500);
161
}
162
163
&:active {
164
- background: #ddd;
+ background: var(--surface-300);
165
166
167
0 commit comments