Skip to content

Commit 99b9518

Browse files
committed
Fixed margin, wrong border radius 0.
1 parent 46885df commit 99b9518

2 files changed

Lines changed: 22 additions & 12 deletions

File tree

dist/tocas.css

Lines changed: 12 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/partials/elements/_input.sass

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,12 @@
253253
.ts.button
254254
+rd
255255
+no-wrap
256+
+x-margin(x, 0)
257+
256258
border-top-right-radius : 0
257259
border-bottom-right-radius: 0
258260

261+
259262
input + .ts.button, textarea + .ts.button, *[contenteditable] + .ts.button
260263
+rd
261264
+no-wrap
@@ -264,13 +267,13 @@
264267

265268
input, textarea, *[contenteditable]
266269
+rd
267-
border-top-left-radius : 0
268-
border-bottom-left-radius: 0
270+
border-top-right-radius : 0
271+
border-bottom-right-radius: 0
269272

270273
.ts.button + input, .ts.button + textarea, .ts.button + *[contenteditable]
271274
+rd
272-
border-top-right-radius : 0
273-
border-bottom-right-radius: 0
275+
border-top-left-radius : 0
276+
border-bottom-left-radius: 0
274277

275278

276279

@@ -456,9 +459,11 @@
456459
// 流動寬度的欄位。
457460
458461
&.fluid
459-
+block
460462
width: 100%
461463

464+
&.fluid:not(.action)
465+
+block
466+
462467

463468

464469
// [&] Basic

0 commit comments

Comments
 (0)